Re: [PATCH v7 09/10] qapi: add 'not' condition operation

2021-08-05 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > For the sake of completeness, introduce the 'not' condition. > > Signed-off-by: Marc-André Lureau > --- [...] > diff --git a/tests/qapi-schema/enum-if-invalid.err > b/tests/qapi-schema/enum-if-invalid.err > index b96d94c48a..3b

[PATCH v7 09/10] qapi: add 'not' condition operation

2021-08-04 Thread marcandre . lureau
From: Marc-André Lureau For the sake of completeness, introduce the 'not' condition. Signed-off-by: Marc-André Lureau --- scripts/qapi/common.py | 4 scripts/qapi/expr.py| 7 +-- tests/qapi-schema/bad-if-key.err| 2 +- tests/qapi-schema/bad