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
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
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?
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