On 09/03/2015 03:55 AM, Markus Armbruster wrote: > Signed-off-by: Markus Armbruster <[email protected]> > --- > docs/qapi-code-gen.txt | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) >
>
> - { 'enum': 'BlockdevDriver', 'data': [ 'raw', 'qcow2' ] }
> + { 'enum': 'BlockdevDriver', 'data': [ 'file', 'qcow2' ] }
Done to match actual usage.
> { 'struct': 'BlockdevCommonOptions',
> 'data': { 'driver': 'BlockdevDriver', 'readonly': 'bool' } }
> { 'union': 'BlockdevOptions',
> @@ -350,7 +349,7 @@ is identical on the wire to:
> { 'struct': 'Base', 'data': { 'type': 'Enum' } }
> { 'struct': 'Branch1', 'data': { 'data': 'str' } }
> { 'struct': 'Branch2', 'data': { 'data': 'int' } }
> - { 'union': 'Flat': 'base': 'Base', 'discriminator': 'type',
> + { 'union': 'Flat', 'base': 'Base', 'discriminator': 'type',
and done to fix a blatant type of : instead of ,
Reviewed-by: Eric Blake <[email protected]>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
