Re: [Qemu-devel] [PATCH RFC v2 12/47] tests/qapi-schema: Document events with with base don't work

2015-07-20 Thread Eric Blake
On 07/01/2015 02:22 PM, Markus Armbruster wrote: > When event FOO's 'data' is a struct with a base, we consider only the > struct's direct members, and ignore its base. The generated > qapi_event_send_foo() doesn't take arguments for base members. > > No such events currently exist in the QMP sch

[Qemu-devel] [PATCH RFC v2 12/47] tests/qapi-schema: Document events with with base don't work

2015-07-01 Thread Markus Armbruster
When event FOO's 'data' is a struct with a base, we consider only the struct's direct members, and ignore its base. The generated qapi_event_send_foo() doesn't take arguments for base members. No such events currently exist in the QMP schema. Signed-off-by: Markus Armbruster --- tests/qapi-sch