Re: [Qemu-devel] [PATCH v5 46/46] qapi: Allow anonymous base for flat union

2015-09-23 Thread Eric Blake
On 09/21/2015 03:58 PM, Eric Blake wrote: > Rather than requiring all flat unions to explicitly create > a separate base struct, we want to allow the qapi schema > to specify the common fields via an inline dictionary. This > is similar to how commands can specify inline types for the > arguments.

[Qemu-devel] [PATCH v5 46/46] qapi: Allow anonymous base for flat union

2015-09-21 Thread Eric Blake
Rather than requiring all flat unions to explicitly create a separate base struct, we want to allow the qapi schema to specify the common fields via an inline dictionary. This is similar to how commands can specify inline types for the arguments. Now that the feature is legal, we can drop the form