diff mbox

qapi-schema.json: Change 1.8 reference to 2.0

Message ID 1386680529-14791-1-git-send-email-kwolf@redhat.com
State New
Headers show

Commit Message

Kevin Wolf Dec. 10, 2013, 1:02 p.m. UTC
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
---
 qapi-schema.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Eric Blake Dec. 10, 2013, 1:13 p.m. UTC | #1
On 12/10/2013 06:02 AM, Kevin Wolf wrote:
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
>  qapi-schema.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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

I grepped the tree for any other instance of '1\.8' and didn't find any
suspicious usage elsewhere.

> 
> diff --git a/qapi-schema.json b/qapi-schema.json
> index 8630eb5..cec892e 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) (Since 1.8)
> +#                 driver has one or more dirty bitmaps) (Since 2.0)
>  #
>  # @io-status: #optional @BlockDeviceIoStatus. Only present if the device
>  #             supports it and the VM is configured to stop on errors
>
Eric Blake Dec. 11, 2013, 5:32 p.m. UTC | #2
On 12/10/2013 06:02 AM, Kevin Wolf wrote:
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
>  qapi-schema.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/qapi-schema.json b/qapi-schema.json
> index 8630eb5..cec892e 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) (Since 1.8)
> +#                 driver has one or more dirty bitmaps) (Since 2.0)

Subset of this later patch:
https://lists.gnu.org/archive/html/qemu-devel/2013-12/msg01951.html
diff mbox

Patch

diff --git a/qapi-schema.json b/qapi-schema.json
index 8630eb5..cec892e 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) (Since 1.8)
+#                 driver has one or more dirty bitmaps) (Since 2.0)
 #
 # @io-status: #optional @BlockDeviceIoStatus. Only present if the device
 #             supports it and the VM is configured to stop on errors