diff options
author | Kevin Wolf <kwolf@redhat.com> | 2013-12-10 14:01:27 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-12-13 14:49:50 +0100 |
commit | 01443e1388971999514511a26f9d36a7cdaa2cc2 (patch) | |
tree | c915d832154c25cb87bf2578665706dcede303bb /qapi-schema.json | |
parent | a3120deee5fc1d702ba5da98fd9c845ad1c8f301 (diff) |
qapi-schema.json: Change 1.8 reference to 2.0
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index d6f8615942..c3c939c8c3 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 |