Re: [Qemu-devel] [RFC PATCH V3 5/5] qapi event: convert RTC_CHANGE

2014-03-20 Thread Eric Blake
On 03/18/2014 11:16 PM, Wenchao Xia wrote: > This is just an example of how to use qapi event API, and it > bypassed the event throttle queue. A complete convert should > be first define all events in qapi-schema.json, use qapi > event types in monitor functions, then change caller one > by one. T

[Qemu-devel] [RFC PATCH V3 5/5] qapi event: convert RTC_CHANGE

2014-03-18 Thread Wenchao Xia
This is just an example of how to use qapi event API, and it bypassed the event throttle queue. A complete convert should be first define all events in qapi-schema.json, use qapi event types in monitor functions, then change caller one by one. Signed-off-by: Wenchao Xia --- monitor.c|