Re: [Qemu-devel] [PATCH v6 32/36] qapi: Drop tests for inline nested structs

2015-04-28 Thread Eric Blake
On 04/28/2015 07:00 AM, Markus Armbruster wrote: > Eric Blake writes: > >> A future patch will be using a 'name':{dictionary} entry in the >> QAPI schema to specify a default value for an optional argument; >> but existing use of inline nested structs conflicts with that goal. >> >> +++ b/tests/

Re: [Qemu-devel] [PATCH v6 32/36] qapi: Drop tests for inline nested structs

2015-04-28 Thread Markus Armbruster
Eric Blake writes: > A future patch will be using a 'name':{dictionary} entry in the > QAPI schema to specify a default value for an optional argument; > but existing use of inline nested structs conflicts with that goal. > > More precisely, a definition in the QAPI schema associates a name > wit

[Qemu-devel] [PATCH v6 32/36] qapi: Drop tests for inline nested structs

2015-04-04 Thread Eric Blake
A future patch will be using a 'name':{dictionary} entry in the QAPI schema to specify a default value for an optional argument; but existing use of inline nested structs conflicts with that goal. More precisely, a definition in the QAPI schema associates a name with a set of properties: Example