Re: [Qemu-devel] [PATCH v2][ 05/21] qapi: add qapi-types.py code generator

2011-06-09 Thread Markus Armbruster
Anthony Liguori anth...@codemonkey.ws writes: On 06/03/2011 05:33 PM, Michael Roth wrote: This is the code generator for qapi types. It will generation the following files: $(prefix)qapi-types.h - C types corresponding to types defined in the schema you pass in

Re: [Qemu-devel] [PATCH v2][ 05/21] qapi: add qapi-types.py code generator

2011-06-09 Thread Luiz Capitulino
On Fri, 3 Jun 2011 17:33:03 -0500 Michael Roth mdr...@linux.vnet.ibm.com wrote: This is the code generator for qapi types. It will generation the following files: $(prefix)qapi-types.h - C types corresponding to types defined in the schema you pass in

Re: [Qemu-devel] [PATCH v2][ 05/21] qapi: add qapi-types.py code generator

2011-06-09 Thread Michael Roth
On 06/09/2011 10:05 AM, Luiz Capitulino wrote: On Fri, 3 Jun 2011 17:33:03 -0500 Michael Rothmdr...@linux.vnet.ibm.com wrote: This is the code generator for qapi types. It will generation the following files: $(prefix)qapi-types.h - C types corresponding to types defined in

Re: [Qemu-devel] [PATCH v2][ 05/21] qapi: add qapi-types.py code generator

2011-06-07 Thread Anthony Liguori
On 06/03/2011 05:33 PM, Michael Roth wrote: This is the code generator for qapi types. It will generation the following files: $(prefix)qapi-types.h - C types corresponding to types defined in the schema you pass in $(prefix)qapi-types.c - Cleanup functions for

Re: [Qemu-devel] [PATCH v2][ 05/21] qapi: add qapi-types.py code generator

2011-06-07 Thread Luiz Capitulino
On Tue, 07 Jun 2011 14:06:53 -0500 Anthony Liguori anth...@codemonkey.ws wrote: On 06/03/2011 05:33 PM, Michael Roth wrote: This is the code generator for qapi types. It will generation the following files: $(prefix)qapi-types.h - C types corresponding to types defined in

Re: [Qemu-devel] [PATCH v2][ 05/21] qapi: add qapi-types.py code generator

2011-06-07 Thread Anthony Liguori
On 06/07/2011 02:12 PM, Luiz Capitulino wrote: On Tue, 07 Jun 2011 14:06:53 -0500 Anthony Liguorianth...@codemonkey.ws wrote: On 06/03/2011 05:33 PM, Michael Roth wrote: This is the code generator for qapi types. It will generation the following files: $(prefix)qapi-types.h - C types

[Qemu-devel] [PATCH v2][ 05/21] qapi: add qapi-types.py code generator

2011-06-03 Thread Michael Roth
This is the code generator for qapi types. It will generation the following files: $(prefix)qapi-types.h - C types corresponding to types defined in the schema you pass in $(prefix)qapi-types.c - Cleanup functions for the above C types The $(prefix) is used to as a