Re: [Qemu-devel] [PATCH v3 04/21] qapi: add QAPI visitor core

2011-06-15 Thread Michael Roth
On 06/15/2011 09:33 AM, Luiz Capitulino wrote: On Mon, 13 Jun 2011 21:31:09 -0500 Michael Roth wrote: Base definitions/includes for Visiter interface used by generated visiter/marshalling code. Includes a GenericList type. Our lists require an embedded element. Since these types are generated

Re: [Qemu-devel] [PATCH v3 04/21] qapi: add QAPI visitor core

2011-06-15 Thread Luiz Capitulino
On Mon, 13 Jun 2011 21:31:09 -0500 Michael Roth wrote: > Base definitions/includes for Visiter interface used by generated > visiter/marshalling code. > > Includes a GenericList type. Our lists require an embedded element. > Since these types are generated, if you want to use them in a different

[Qemu-devel] [PATCH v3 04/21] qapi: add QAPI visitor core

2011-06-13 Thread Michael Roth
Base definitions/includes for Visiter interface used by generated visiter/marshalling code. Includes a GenericList type. Our lists require an embedded element. Since these types are generated, if you want to use them in a different type of data structure, there's no easy way to add another embedde