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