Re: [Qemu-devel] [PATCH v9 01/17] qapi: Add tests for reserved name abuse

2015-10-21 Thread Markus Armbruster
Eric Blake writes: > On 10/19/2015 10:05 AM, Markus Armbruster wrote: >> Eric Blake writes: >> >>> A future patch wants to change qapi union representation from >>> an anonymous C union over to a named C union 'u', so that the >>> C names of tag values are in a separate namespace and thus >>> c

Re: [Qemu-devel] [PATCH v9 01/17] qapi: Add tests for reserved name abuse

2015-10-20 Thread Eric Blake
On 10/19/2015 10:05 AM, Markus Armbruster wrote: > Eric Blake writes: > >> A future patch wants to change qapi union representation from >> an anonymous C union over to a named C union 'u', so that the >> C names of tag values are in a separate namespace and thus >> cannot collide with the C name

Re: [Qemu-devel] [PATCH v9 01/17] qapi: Add tests for reserved name abuse

2015-10-19 Thread Markus Armbruster
Eric Blake writes: > A future patch wants to change qapi union representation from > an anonymous C union over to a named C union 'u', so that the > C names of tag values are in a separate namespace and thus > cannot collide with the C names of non-variant QMP members. > But for that to not cause

[Qemu-devel] [PATCH v9 01/17] qapi: Add tests for reserved name abuse

2015-10-15 Thread Eric Blake
A future patch wants to change qapi union representation from an anonymous C union over to a named C union 'u', so that the C names of tag values are in a separate namespace and thus cannot collide with the C names of non-variant QMP members. But for that to not cause any problems with future exten