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

2014-03-24 Thread Eric Blake
On 03/23/2014 06:53 PM, Wenchao Xia wrote: > 于 2014/3/21 6:53, Eric Blake 写道: >> On 03/18/2014 11:16 PM, Wenchao Xia wrote: >>> This file hold some functions that do not need to be generated. >> s/hold/holds/ >> >>> + >>> +typedef struct QMPEventFunctions { >>> +QMPEventFuncEmit emit; >>> +} Q

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

2014-03-23 Thread Wenchao Xia
于 2014/3/21 6:53, Eric Blake 写道: On 03/18/2014 11:16 PM, Wenchao Xia wrote: This file hold some functions that do not need to be generated. s/hold/holds/ Signed-off-by: Wenchao Xia --- include/qapi/qmp-event.h | 25 qapi/Makefile.objs |1 + qapi/qmp-event.c

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

2014-03-20 Thread Eric Blake
On 03/18/2014 11:16 PM, Wenchao Xia wrote: > This file hold some functions that do not need to be generated. s/hold/holds/ > > Signed-off-by: Wenchao Xia > --- > include/qapi/qmp-event.h | 25 > qapi/Makefile.objs |1 + > qapi/qmp-event.c | 71 >

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

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