Re: [Qemu-devel] [PATCH v2][ 09/21] qapi: add qapi-visit-core.h

2011-06-09 Thread Anthony Liguori
On 06/09/2011 10:14 AM, Luiz Capitulino wrote: On Fri, 3 Jun 2011 17:33:07 -0500 Michael Roth wrote: Base definitions/includes for Visiter interface used by generated visiter/marshalling code. Signed-off-by: Michael Roth --- qapi/qapi-visit-core.h | 187 +++

Re: [Qemu-devel] [PATCH v2][ 09/21] qapi: add qapi-visit-core.h

2011-06-09 Thread Luiz Capitulino
On Fri, 3 Jun 2011 17:33:07 -0500 Michael Roth wrote: > Base definitions/includes for Visiter interface used by generated > visiter/marshalling code. > > Signed-off-by: Michael Roth > --- > qapi/qapi-visit-core.h | 187 > > 1 files changed, 1

[Qemu-devel] [PATCH v2][ 09/21] qapi: add qapi-visit-core.h

2011-06-03 Thread Michael Roth
Base definitions/includes for Visiter interface used by generated visiter/marshalling code. Signed-off-by: Michael Roth --- qapi/qapi-visit-core.h | 187 1 files changed, 187 insertions(+), 0 deletions(-) create mode 100644 qapi/qapi-visit-core.