diff options
| author | Marc-André Lureau | 2021-08-04 10:31:04 +0200 |
|---|---|---|
| committer | Markus Armbruster | 2021-08-26 13:53:56 +0200 |
| commit | 2b7d2145369f2ca55ded9045393bb860ee3f6745 (patch) | |
| tree | bd4bb8b19ac3c6986202674717fefbef813c67a2 /tests/qapi-schema/doc-good.out | |
| parent | qapi: Use 'if': { 'any': ... } where appropriate (diff) | |
| download | qemu-2b7d2145369f2ca55ded9045393bb860ee3f6745.tar.gz qemu-2b7d2145369f2ca55ded9045393bb860ee3f6745.tar.xz qemu-2b7d2145369f2ca55ded9045393bb860ee3f6745.zip | |
qapi: add 'not' condition operation
For the sake of completeness, introduce the 'not' condition.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20210804083105.97531-10-marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Long line broken in tests/qapi-schema/qapi-schema-test.json]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema/doc-good.out')
| -rw-r--r-- | tests/qapi-schema/doc-good.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qapi-schema/doc-good.out b/tests/qapi-schema/doc-good.out index c44c346ec8..a8871e8f99 100644 --- a/tests/qapi-schema/doc-good.out +++ b/tests/qapi-schema/doc-good.out @@ -51,6 +51,7 @@ alternate Alternate tag type case i: int case b: bool + if OrderedDict([('not', 'IFNOT')]) feature alt-feat object q_obj_cmd-arg member arg1: int optional=False |
