qemu-patch-raspberry4/tests/qapi-schema/pragma-value-not-list-of-str.json
Markus Armbruster b86df37478 qapi: Rename pragma *-whitelist to *-exceptions
Rename pragma returns-whitelist to command-returns-exceptions, and
name-case-whitelist to member-name-case-exceptions.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210323094025.3569441-20-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2021-03-23 22:31:05 +01:00

4 lines
110 B
JSON

# pragma value must be list of strings
{ 'pragma': { 'command-returns-exceptions': [ 'good', [ 'bad' ] ] } }