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

2014-02-11 Thread Markus Armbruster
Lluís Vilanova writes: > 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 v2: > > * Change the scripts to use an explicit input file instead

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

2014-02-10 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 v2: * Change the scripts to use an explicit input file instead of standard input. * Fix "tests/Makefil