diff options
author | Fam Zheng <famz@redhat.com> | 2014-12-16 09:40:24 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2015-01-13 11:47:56 +0000 |
commit | a06e43556e3faea22de4cce0da7a6f362d3ca9a6 (patch) | |
tree | 6117d334eaf7ae30cfcfc6434b828bb8c340521d | |
parent | 527ab22a2a268421564cfba3409d081aee22c22b (diff) | |
download | qemu-a06e43556e3faea22de4cce0da7a6f362d3ca9a6.tar.gz qemu-a06e43556e3faea22de4cce0da7a6f362d3ca9a6.tar.bz2 qemu-a06e43556e3faea22de4cce0da7a6f362d3ca9a6.zip |
qapi: Fix document for BlockStats.node-name
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1418694024-26498-1-git-send-email-famz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
-rw-r--r-- | qapi/block-core.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index 6e8db15861..2d8bd253a7 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -423,7 +423,7 @@ # @device: #optional If the stats are for a virtual block device, the name # corresponding to the virtual block device. # -# @device: #optional The node name of the device. (Since 2.3) +# @node-name: #optional The node name of the device. (Since 2.3) # # @stats: A @BlockDeviceStats for the device. # |