Re: [Qemu-devel] [PATCH v5 04/18] qapi: add QAPI visitor core

2011-07-07 Thread Michael Roth
On 07/07/2011 09:32 AM, Luiz Capitulino wrote: On Tue, 5 Jul 2011 08:02:31 -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 v5 04/18] qapi: add QAPI visitor core

2011-07-07 Thread Luiz Capitulino
On Tue, 5 Jul 2011 08:02:31 -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 v5 04/18] qapi: add QAPI visitor core

2011-07-05 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