From 5f8343d0670e91adadb7898304c8ed4355af05a2 Mon Sep 17 00:00:00 2001 From: Olga Krishtal Date: Tue, 21 Jul 2015 15:25:08 +0300 Subject: qga: fixed versions for guest bus types in qapi-schema Signed-off-by: Olga Krishtal Signed-off-by: Denis V. Lunev CC: Eric Blake CC: Michael Roth Reviewed-by: Eric Blake *added semi-colon to better delineate 2.2 vs. 2.4 versioning Signed-off-by: Michael Roth --- qga/qapi-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qga') 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', -- cgit v1.2.3