Re: [Qemu-devel] [PATCH v7 39/39] qapi: Check for member name conflicts with a base class

2015-05-01 Thread Eric Blake
On 04/29/2015 07:06 AM, Eric Blake wrote: > Our type inheritance for both 'struct' and for flat 'union' merges > key/value pairs from the base class with those from the type in > question. Although the C code currently boxes things so that there > is a distinction between which member is referred

[Qemu-devel] [PATCH v7 39/39] qapi: Check for member name conflicts with a base class

2015-04-29 Thread Eric Blake
Our type inheritance for both 'struct' and for flat 'union' merges key/value pairs from the base class with those from the type in question. Although the C code currently boxes things so that there is a distinction between which member is referred to, the QMP wire format does not allow passing a k