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