diff mbox

qapi: Add (Since 1.8) to BlockInfo.dirty-bitmaps

Message ID 1384396401-4529-1-git-send-email-famz@redhat.com
State New
Headers show

Commit Message

Fam Zheng Nov. 14, 2013, 2:33 a.m. UTC
Signed-off-by: Fam Zheng <famz@redhat.com>
---
 qapi-schema.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kevin Wolf Nov. 14, 2013, 12:19 p.m. UTC | #1
Am 14.11.2013 um 03:33 hat Fam Zheng geschrieben:
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
>  qapi-schema.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/qapi-schema.json b/qapi-schema.json
> index 931d710..3f2b5ef 100644
> --- a/qapi-schema.json
> +++ b/qapi-schema.json
> @@ -949,7 +949,7 @@
>  #             (only present if removable is true)
>  #
>  # @dirty-bitmaps: #optional dirty bitmaps information (only present if the
> -#                 driver has one or more dirty bitmaps)
> +#                 driver has one or more dirty bitmaps) (Since 1.8)
>  #
>  # @io-status: #optional @BlockDeviceIoStatus. Only present if the device
>  #             supports it and the VM is configured to stop on errors

Thanks, updated the patch in my queue with this.

Kevin
diff mbox

Patch

diff --git a/qapi-schema.json b/qapi-schema.json
index 931d710..3f2b5ef 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -949,7 +949,7 @@ 
 #             (only present if removable is true)
 #
 # @dirty-bitmaps: #optional dirty bitmaps information (only present if the
-#                 driver has one or more dirty bitmaps)
+#                 driver has one or more dirty bitmaps) (Since 1.8)
 #
 # @io-status: #optional @BlockDeviceIoStatus. Only present if the device
 #             supports it and the VM is configured to stop on errors