On 06/18/2014 12:43 AM, Paolo Bonzini wrote:
> From: Wenchao Xia
>
> qapi-event.py will parse the schema and generate qapi-event.c, then
> the API in qapi-event.c can be used to handle events in qemu code.
> All API have prefix "qapi_event".
>
> +if params:
> +for argname, argentry,
On 06/18/2014 12:43 AM, Paolo Bonzini wrote:
> From: Wenchao Xia
>
> qapi-event.py will parse the schema and generate qapi-event.c, then
> the API in qapi-event.c can be used to handle events in qemu code.
> All API have prefix "qapi_event".
>
> The script mainly includes two parts: generate API
From: Wenchao Xia
qapi-event.py will parse the schema and generate qapi-event.c, then
the API in qapi-event.c can be used to handle events in qemu code.
All API have prefix "qapi_event".
The script mainly includes two parts: generate API for each event
define, generate an enum type for all defin