]> git.proxmox.com Git - mirror_qemu.git/blame - qapi/pragma.json
tests/qapi-schema: Rename returns-whitelist to returns-bad-type
[mirror_qemu.git] / qapi / pragma.json
CommitLineData
9a9f9099
KW
1{ 'pragma': { 'doc-required': true } }
2
3# Whitelists to permit QAPI rule violations; think twice before you
4# add to them!
5{ 'pragma': {
6 # Commands allowed to return a non-dictionary:
7 'returns-whitelist': [
8 'human-monitor-command',
9 'qom-get',
9a9f9099
KW
10 'query-tpm-models',
11 'query-tpm-types',
12 'ringbuf-read' ],
13 'name-case-whitelist': [
14 'ACPISlotType', # DIMM, visible through query-acpi-ospm-status
9a9f9099
KW
15 'BlockdevVmdkSubformat', # all members, to match VMDK spec spellings
16 'BlockdevVmdkAdapterType', # legacyESX, to match VMDK spec spellings
17 'QapiErrorClass', # all members, visible through errors
18 'UuidInfo', # UUID, visible through query-uuid
7552cbe1 19 'X86CPURegister32' # all members, visible indirectly through qom-get
9a9f9099 20 ] } }