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

2014-03-31 Thread Lluís Vilanova
Benoît Canet writes: [...] > The selling point of mine is that I can iterate fast on it. > Do you think you will have time to work on yours during the next weeks ? Sure, I can change mine. The suggested changes are quite small. Lluis

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

2014-03-31 Thread Benoît Canet
The Sunday 30 Mar 2014 à 22:35:09 (+0200), Lluís Vilanova wrote : > Adds an 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 v5: > > * Rebase on b3706fa

[Qemu-devel] [PATCHv50/3] qapi: Allow modularization of QAPI schema files

2014-03-30 Thread Lluís Vilanova
Adds an 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 v5: * Rebase on b3706fa. * Remove 'error_base' argument in 'parse_schema'; fix test checks instead. * Implemen