All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] qapi: Fix document for BlockStats.node-name
@ 2014-12-16  1:40 Fam Zheng
  2014-12-16  8:19 ` Eric Blake
  2014-12-16  9:10 ` Max Reitz
  0 siblings, 2 replies; 3+ messages in thread
From: Fam Zheng @ 2014-12-16  1:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Stefan Hajnoczi, Max Reitz

Signed-off-by: Fam Zheng <famz@redhat.com>
---
 qapi/block-core.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qapi/block-core.json b/qapi/block-core.json
index 6e8db15..2d8bd25 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.
 #
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] qapi: Fix document for BlockStats.node-name
  2014-12-16  1:40 [Qemu-devel] [PATCH] qapi: Fix document for BlockStats.node-name Fam Zheng
@ 2014-12-16  8:19 ` Eric Blake
  2014-12-16  9:10 ` Max Reitz
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Blake @ 2014-12-16  8:19 UTC (permalink / raw)
  To: Fam Zheng, qemu-devel
  Cc: Kevin Wolf, qemu-trivial, Stefan Hajnoczi, Max Reitz

[-- Attachment #1: Type: text/plain, Size: 891 bytes --]

[adding qemu-trivial in cc]

On 12/15/2014 06:40 PM, Fam Zheng wrote:
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
>  qapi/block-core.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index 6e8db15..2d8bd25 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.
>  #
> 

Reviewed-by: Eric Blake <eblake@redhat.com>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 539 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] qapi: Fix document for BlockStats.node-name
  2014-12-16  1:40 [Qemu-devel] [PATCH] qapi: Fix document for BlockStats.node-name Fam Zheng
  2014-12-16  8:19 ` Eric Blake
@ 2014-12-16  9:10 ` Max Reitz
  1 sibling, 0 replies; 3+ messages in thread
From: Max Reitz @ 2014-12-16  9:10 UTC (permalink / raw)
  To: Fam Zheng, qemu-devel; +Cc: Kevin Wolf, Stefan Hajnoczi

On 2014-12-16 at 02:40, Fam Zheng wrote:
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
>   qapi/block-core.json | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index 6e8db15..2d8bd25 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.
>   #

Thanks, applied to my block tree:

https://github.com/XanClic/qemu/commits/block

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-16  9:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-16  1:40 [Qemu-devel] [PATCH] qapi: Fix document for BlockStats.node-name Fam Zheng
2014-12-16  8:19 ` Eric Blake
2014-12-16  9:10 ` Max Reitz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.