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

2014-03-06 Thread Eric Blake
On 01/06/2014 03:23 PM, Luiz Capitulino wrote: > On Fri, 3 Jan 2014 07:10:31 +0800 > Wenchao Xia wrote: > >> This file hold some functions that do not need to be generated. >> >> Signed-off-by: Wenchao Xia >> --- >> +static void timestamp_put(QDict *qdict) >> +{ >> +int err; >> +QObjec

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

2014-01-06 Thread Wenchao Xia
于 2014/1/7 6:23, Luiz Capitulino 写道: On Fri, 3 Jan 2014 07:10:31 +0800 Wenchao Xia wrote: This file hold some functions that do not need to be generated. Signed-off-by: Wenchao Xia --- include/qapi/qmp-event.h | 22 ++ qapi/Makefile.objs |1 + qapi/qmp-event.

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

2014-01-06 Thread Luiz Capitulino
On Fri, 3 Jan 2014 07:10:31 +0800 Wenchao Xia wrote: > This file hold some functions that do not need to be generated. > > Signed-off-by: Wenchao Xia > --- > include/qapi/qmp-event.h | 22 ++ > qapi/Makefile.objs |1 + > qapi/qmp-event.c | 56 > +

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

2014-01-02 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 | 22 ++ qapi/Makefile.objs |1 + qapi/qmp-event.c | 56 ++ 3 files changed, 79 insertions(+),