Re: [Qemu-devel] [PATCH v5 25/28] qapi: Drop tests for inline nested structs

2015-03-27 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. I'm okay with this rationale as is, just want to mention the more general

[Qemu-devel] [PATCH v5 25/28] qapi: Drop tests for inline nested structs

2015-03-24 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. This patch fixes the testsuite to avoid inline nested types, by breaking the nesting into explicit typ