Re: [Qemu-devel] [PATCH v3 0/3] qapi: Allow modularization of QAPI schema files

2014-03-01 Thread Markus Armbruster
Luiz Capitulino writes: > On Tue, 11 Feb 2014 14:00:14 +0100 > Lluís Vilanova wrote: > >> Adds the "include(...)" primitive to the syntax of QAPI schema files, >> allowing >> these to be modularized into multiple per-topic files in the future. > > Markus, Eric, you commented/reviewed v2 of this

Re: [Qemu-devel] [PATCH v3 0/3] qapi: Allow modularization of QAPI schema files

2014-02-27 Thread Eric Blake
On 02/27/2014 08:31 AM, Luiz Capitulino wrote: > On Tue, 11 Feb 2014 14:00:14 +0100 > Lluís Vilanova wrote: > >> Adds the "include(...)" primitive to the syntax of QAPI schema files, >> allowing >> these to be modularized into multiple per-topic files in the future. > > Markus, Eric, you commen

Re: [Qemu-devel] [PATCH v3 0/3] qapi: Allow modularization of QAPI schema files

2014-02-27 Thread Luiz Capitulino
On Tue, 11 Feb 2014 14:00:14 +0100 Lluís Vilanova wrote: > Adds the "include(...)" primitive to the syntax of QAPI schema files, allowing > these to be modularized into multiple per-topic files in the future. Markus, Eric, you commented/reviewed v2 of this series. Any comments against v3?

[Qemu-devel] [PATCH v3 0/3] qapi: Allow modularization of QAPI schema files

2014-02-11 Thread Lluís Vilanova
Adds the "include(...)" primitive to the syntax of QAPI schema files, allowing these to be modularized into multiple per-topic files in the future. Signed-off-by: Lluís Vilanova --- Changes in v3: * Fix documentation examples regarding how the input file is passed to the scripts. * Add docume