diff options
author | Olga Krishtal <okrishtal@parallels.com> | 2015-07-21 15:25:08 +0300 |
---|---|---|
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | 2015-07-21 14:36:06 -0500 |
commit | 5f8343d0670e91adadb7898304c8ed4355af05a2 (patch) | |
tree | c431c27f791344248212b2abc8a3b4b50efb0765 | |
parent | 774ee4772b6838b78741ea52d4bf26b8922244c5 (diff) | |
download | qemu-5f8343d0670e91adadb7898304c8ed4355af05a2.zip |
qga: fixed versions for guest bus types in qapi-schema
Signed-off-by: Olga Krishtal <okrishtal@virtuozzo.com>
Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Eric Blake <eblake@redhat.com>
CC: Michael Roth <mdroth@linux.vnet.ibm.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
*added semi-colon to better delineate 2.2 vs. 2.4 versioning
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
-rw-r--r-- | qga/qapi-schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json index 8a9b818d18..18e3cc37d4 100644 --- a/qga/qapi-schema.json +++ b/qga/qapi-schema.json @@ -714,7 +714,7 @@ # @virtual: Win virtual bus type # @file-backed virtual: Win file-backed bus type # -# Since: 2.2 +# Since: 2.2; 'Unknown' and all entries below since 2.4 ## { 'enum': 'GuestDiskBusType', 'data': [ 'ide', 'fdc', 'scsi', 'virtio', 'xen', 'usb', 'uml', 'sata', |