aboutsummaryrefslogtreecommitdiff
path: root/qga
diff options
context:
space:
mode:
authorOlga Krishtal <okrishtal@parallels.com>2015-07-21 15:25:08 +0300
committerMichael Roth <mdroth@linux.vnet.ibm.com>2015-07-21 14:36:06 -0500
commit5f8343d0670e91adadb7898304c8ed4355af05a2 (patch)
treec431c27f791344248212b2abc8a3b4b50efb0765 /qga
parent774ee4772b6838b78741ea52d4bf26b8922244c5 (diff)
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>
Diffstat (limited to 'qga')
-rw-r--r--qga/qapi-schema.json2
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',