mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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>
This commit is contained in:
parent
8a156d89d1
commit
2b7d214536
10 changed files with 25 additions and 9 deletions
|
@ -1,3 +1,3 @@
|
|||
bad-if-key.json: In struct 'TestIfStruct':
|
||||
bad-if-key.json:2: 'if' condition has unknown key 'value'
|
||||
Valid keys are 'all', 'any'.
|
||||
Valid keys are 'all', 'any', 'not'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue