Re: [Qemu-devel] [PATCH V5 06/28] monitor: change event functions as an implemention of new emit method

2014-05-07 Thread Wenchao Xia
于 2014/5/2 6:09, Eric Blake 写道: On 04/30/2014 10:26 PM, Wenchao Xia wrote: Now monitor has been hooked on the new event mechanism, so the patches later can convert event callers one by one. qmp_query_events() is also switched to use new generated event defines. Note that old function

Re: [Qemu-devel] [PATCH V5 06/28] monitor: change event functions as an implemention of new emit method

2014-05-01 Thread Eric Blake
On 04/30/2014 10:26 PM, Wenchao Xia wrote: Now monitor has been hooked on the new event mechanism, so the patches later can convert event callers one by one. qmp_query_events() is also switched to use new generated event defines. Note that old function monitor_protocol_event() is kept for

[Qemu-devel] [PATCH V5 06/28] monitor: change event functions as an implemention of new emit method

2014-04-30 Thread Wenchao Xia
Now monitor has been hooked on the new event mechanism, so the patches later can convert event callers one by one. qmp_query_events() is also switched to use new generated event defines. Note that old function monitor_protocol_event() is kept for existing caller to avoid code break, but rate