Quoting Denis V. Lunev (2015-07-21 07:25:08) > From: Olga Krishtal <okrish...@parallels.com> > > Signed-off-by: Olga Krishtal <okrish...@virtuozzo.com> > Signed-off-by: Denis V. Lunev <d...@openvz.org> > CC: Eric Blake <ebl...@redhat.com> > CC: Michael Roth <mdr...@linux.vnet.ibm.com>
Thanks, applied with Eric's suggested fix-up squashed in: https://github.com/mdroth/qemu/commits/qga > --- > qga/qapi-schema.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json > index 8a9b818..b81b212 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', > -- > 2.1.4 >