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

2013-11-13 Thread 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/qem

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

2013-11-21 Thread Wenchao Xia
于 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 s

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

2013-11-22 Thread Luiz Capitulino
On Fri, 22 Nov 2013 10:03:44 +0800 Wenchao Xia 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 >