]> git.proxmox.com Git - mirror_qemu.git/commit - qga/qapi-schema.json
qapi: Rename pragma *-whitelist to *-exceptions
authorMarkus Armbruster <armbru@redhat.com>
Tue, 23 Mar 2021 09:40:16 +0000 (10:40 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 23 Mar 2021 21:31:05 +0000 (22:31 +0100)
commitb86df374784897c58b965939c9913c2a6c590426
treec5fff8cd91fad0cd850795b99f9e1ca5531e237f
parentef8b3829f6d194c856d7db34e14117e8ed90a396
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>
14 files changed:
docs/devel/qapi-code-gen.txt
qapi/pragma.json
qga/qapi-schema.json
scripts/qapi/expr.py
scripts/qapi/parser.py
scripts/qapi/schema.py
scripts/qapi/source.py
tests/qapi-schema/enum-member-case.json
tests/qapi-schema/pragma-value-not-list-of-str.err
tests/qapi-schema/pragma-value-not-list-of-str.json
tests/qapi-schema/pragma-value-not-list.err
tests/qapi-schema/pragma-value-not-list.json
tests/qapi-schema/qapi-schema-test.json
tests/qapi-schema/returns-bad-type.json