Re: [Qemu-devel] [PATCH v10 27/30] qapi: Track owner of each object member

2015-11-10 Thread Eric Blake
On 11/09/2015 07:26 AM, Markus Armbruster wrote: > Eric Blake writes: > >> Future commits will migrate semantic checking away from parsing >> and over to the various QAPISchema*.check() methods. But to >> report an error message about an incorrect semantic use of a >> member of an object type, i

Re: [Qemu-devel] [PATCH v10 27/30] qapi: Track owner of each object member

2015-11-09 Thread Markus Armbruster
Eric Blake writes: > Future commits will migrate semantic checking away from parsing > and over to the various QAPISchema*.check() methods. But to > report an error message about an incorrect semantic use of a > member of an object type, it helps to know which type, command, > or event owns the

[Qemu-devel] [PATCH v10 27/30] qapi: Track owner of each object member

2015-11-05 Thread Eric Blake
Future commits will migrate semantic checking away from parsing and over to the various QAPISchema*.check() methods. But to report an error message about an incorrect semantic use of a member of an object type, it helps to know which type, command, or event owns the member. In particular, when a