[Qemu-devel] [PATCH v6 28/36] qapi: Prefer 'struct' over 'type' in generator

2015-04-04 Thread Eric Blake
Referring to "type" as both a meta-type (built-in, enum, union, alternte, or struct) and a specific type (the name that the schema uses for declaring structs) is confusing. The confusion is only made worse by the fact that the generator mostly already refers to struct even when dealing with expr['

Re: [Qemu-devel] [PATCH v6 28/36] qapi: Prefer 'struct' over 'type' in generator

2015-04-28 Thread Markus Armbruster
Eric Blake writes: > Referring to "type" as both a meta-type (built-in, enum, union, > alternte, or struct) and a specific type (the name that the > schema uses for declaring structs) is confusing. The confusion > is only made worse by the fact that the generator mostly already > refers to struc