Re: [Qemu-devel] [PATCH v2 32/54] qapi: add 'if' to struct members

2017-09-07 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > - Original Message - >> Marc-André Lureau writes: [...] >> > diff --git a/tests/qapi-schema/test-qapi.py >> > b/tests/qapi-schema/test-qapi.py >> > index 70054848f0..5d2f67a1d3 100644 >> > --- a/tests/qapi-schema/test-qapi.py >> > +++ b/tests/qapi-schem

Re: [Qemu-devel] [PATCH v2 32/54] qapi: add 'if' to struct members

2017-09-07 Thread Marc-André Lureau
Hi - Original Message - > Marc-André Lureau writes: > > > Signed-off-by: Marc-André Lureau > > --- > > scripts/qapi.py | 18 ++ > > tests/qapi-schema/qapi-schema-test.json | 9 ++--- > > tests/qapi-schema/qapi-schema-test.out | 4 +++- > >

Re: [Qemu-devel] [PATCH v2 32/54] qapi: add 'if' to struct members

2017-09-07 Thread Markus Armbruster
Marc-André Lureau writes: > Signed-off-by: Marc-André Lureau > --- > scripts/qapi.py | 18 ++ > tests/qapi-schema/qapi-schema-test.json | 9 ++--- > tests/qapi-schema/qapi-schema-test.out | 4 +++- > tests/qapi-schema/test-qapi.py | 3 ++-

[Qemu-devel] [PATCH v2 32/54] qapi: add 'if' to struct members

2017-08-22 Thread Marc-André Lureau
Signed-off-by: Marc-André Lureau --- scripts/qapi.py | 18 ++ tests/qapi-schema/qapi-schema-test.json | 9 ++--- tests/qapi-schema/qapi-schema-test.out | 4 +++- tests/qapi-schema/test-qapi.py | 3 ++- 4 files changed, 25 insertions(+), 9 d