qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH RFC 0/3] add direct support of event in qapi sch


From: Luiz Capitulino
Subject: Re: [Qemu-devel] [PATCH RFC 0/3] add direct support of event in qapi schema
Date: Fri, 22 Nov 2013 09:33:28 -0500

On Fri, 22 Nov 2013 10:03:44 +0800
Wenchao Xia <address@hidden> wrote:

> 于 2013/11/13 9:44, Wenchao Xia 写道:
> > This series add support for tag/keyword 'event' in qapi-schema.
> > The implemention doesn't generate a struture and visit function
> > in the background for every event, so it doesn't support nested
> > structure in the define to avoid trouble.
> > 
> > It is on top of series:
> > http://lists.nongnu.org/archive/html/qemu-devel/2013-11/msg01574.html
> > 
> > Wenchao Xia (3):
> >    1 os-posix: include sys/time.h
> >    2 qapi script: add support of event
> >    3 tests: add test cases for qapi event support
> > 
> >   Makefile                                |    9 +-
> >   Makefile.objs                           |    2 +-
> >   include/sysemu/os-posix.h               |    2 +
> >   qapi/Makefile.objs                      |    1 +
> >   scripts/qapi-event.py                   |  355 
> > +++++++++++++++++++++++++++++++
> >   tests/Makefile                          |   14 +-
> >   tests/qapi-schema/qapi-schema-test.json |   12 +
> >   tests/qapi-schema/qapi-schema-test.out  |   10 +-
> >   tests/test-qmp-event.c                  |  250 ++++++++++++++++++++++
> >   9 files changed, 646 insertions(+), 9 deletions(-)
> >   create mode 100644 scripts/qapi-event.py
> >   create mode 100644 tests/test-qmp-event.c
> > 
>   Luiz, do you think this series is in the right direction?

Sorry, but I haven't reviewed it yet. Will do it next week.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]