Re: [Qemu-devel] [PATCH V6 06/29] monitor: add an implemention as qapi event emit method

2014-06-14 Thread Wenchao Xia
于 2014/6/14 3:04, Eric Blake 写道: On 06/05/2014 06:22 AM, Wenchao Xia wrote: In the subject: s/as/of/ Now monitor has been hooked on the new event mechanism, so the patches s/Now/The/ later can convert event callers one by one. Most code are copied from s/the patches later/that later patc

Re: [Qemu-devel] [PATCH V6 06/29] monitor: add an implemention as qapi event emit method

2014-06-13 Thread Eric Blake
On 06/05/2014 06:22 AM, Wenchao Xia wrote: In the subject: s/as/of/ > Now monitor has been hooked on the new event mechanism, so the patches s/Now/The/ > later can convert event callers one by one. Most code are copied from s/the patches later/that later patches/ s/are/is/ > old monitor_prot

[Qemu-devel] [PATCH V6 06/29] monitor: add an implemention as qapi event emit method

2014-06-05 Thread Wenchao Xia
Now monitor has been hooked on the new event mechanism, so the patches later can convert event callers one by one. Most code are copied from old monitor_protocol_* functions with some modification. Note that two build time warnings will be raised after this patch. One is caused by no caller of mon