Re: [Qemu-devel] [PATCH v8 09/17] qapi: Add positive tests to qapi-schema-test

2015-11-03 Thread Eric Blake
On 11/03/2015 09:43 AM, Markus Armbruster wrote: > Eric Blake writes: > >> Add positive tests to qapi-schema-test for things that were >> made possible by recent patches but which caused compile errors >> due to collisions prior to that point. >> >> This includes: >> Use of a member 'base' in a s

Re: [Qemu-devel] [PATCH v8 09/17] qapi: Add positive tests to qapi-schema-test

2015-11-03 Thread Markus Armbruster
Eric Blake writes: > Add positive tests to qapi-schema-test for things that were > made possible by recent patches but which caused compile errors > due to collisions prior to that point. > > This includes: > Use of a member 'base' in a struct with a base class > Use of a member name ending in 'K

[Qemu-devel] [PATCH v8 09/17] qapi: Add positive tests to qapi-schema-test

2015-10-28 Thread Eric Blake
Add positive tests to qapi-schema-test for things that were made possible by recent patches but which caused compile errors due to collisions prior to that point. This includes: Use of a member 'base' in a struct with a base class Use of a member name ending in 'Kind' or 'List' Use of a type name