Re: [Qemu-devel] [PATCH v3 28/50] qapi: add 'if' to alternate variant

2017-12-12 Thread Markus Armbruster
Marc-André Lureau writes: > Signed-off-by: Marc-André Lureau > --- > scripts/qapi.py | 9 - > tests/qapi-schema/qapi-schema-test.json | 6 +- > tests/qapi-schema/qapi-schema-test.out | 8 +++- > 3 files changed, 20 insertions(+), 3 deletions(-) > > diff

[Qemu-devel] [PATCH v3 28/50] qapi: add 'if' to alternate variant

2017-09-11 Thread Marc-André Lureau
Signed-off-by: Marc-André Lureau --- scripts/qapi.py | 9 - tests/qapi-schema/qapi-schema-test.json | 6 +- tests/qapi-schema/qapi-schema-test.out | 8 +++- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/scripts/qapi.py b/scripts/qapi.py i