Re: [Qemu-devel] [RFC PATCH V4 2/5] qapi: add event helper functions

2014-04-02 Thread Wenchao Xia
于 2014/3/28 16:21, Markus Armbruster 写道: > Eric Blake writes: > >> On 03/27/2014 02:03 AM, Wenchao Xia wrote: >>> This file holds some functions that do not need to be generated. >>> >>> Signed-off-by: Wenchao Xia >>> --- >>> include/qapi/qmp-event.h | 27 + >>> qapi/Makefil

Re: [Qemu-devel] [RFC PATCH V4 2/5] qapi: add event helper functions

2014-03-28 Thread Markus Armbruster
Eric Blake writes: > On 03/27/2014 02:03 AM, Wenchao Xia wrote: >> This file holds some functions that do not need to be generated. >> >> Signed-off-by: Wenchao Xia >> --- >> include/qapi/qmp-event.h | 27 + >> qapi/Makefile.objs |1 + >> qapi/qmp-event.c |

Re: [Qemu-devel] [RFC PATCH V4 2/5] qapi: add event helper functions

2014-03-27 Thread Eric Blake
On 03/27/2014 02:03 AM, Wenchao Xia wrote: > This file holds some functions that do not need to be generated. > > Signed-off-by: Wenchao Xia > --- > include/qapi/qmp-event.h | 27 + > qapi/Makefile.objs |1 + > qapi/qmp-event.c | 70 > ++

[Qemu-devel] [RFC PATCH V4 2/5] qapi: add event helper functions

2014-03-27 Thread Wenchao Xia
This file holds some functions that do not need to be generated. Signed-off-by: Wenchao Xia --- include/qapi/qmp-event.h | 27 + qapi/Makefile.objs |1 + qapi/qmp-event.c | 70 ++ 3 files changed, 98 insertions(+),