Re: [Qemu-devel] [PATCH v2 17/19] qapi: Use anonymous base in SchemaInfo

2016-03-03 Thread Markus Armbruster
Eric Blake writes: > Now that the generator supports it, we might as well use an > anonymous base rather than breaking out a single-use > SchemaInfoBase structure. > > Oddly enough, this change does not affect the resulting > introspection output (because we already inline the members of > a base

[Qemu-devel] [PATCH v2 17/19] qapi: Use anonymous base in SchemaInfo

2016-02-25 Thread Eric Blake
Now that the generator supports it, we might as well use an anonymous base rather than breaking out a single-use SchemaInfoBase structure. Oddly enough, this change does not affect the resulting introspection output (because we already inline the members of a base type into an object, and had no i