target/mips: Simplify decode_opc_mxu() ifdef'ry
[qemu/ar7.git] / qapi / pragma.json
blobcffae27666d9bc63071c59ac44a475925c7d6329
1 { 'pragma': { 'doc-required': true } }
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',
10         'query-migrate-cache-size',
11         'query-tpm-models',
12         'query-tpm-types',
13         'ringbuf-read' ],
14     'name-case-whitelist': [
15         'ACPISlotType',             # DIMM, visible through query-acpi-ospm-status
16         'CpuInfoMIPS',              # PC, visible through query-cpu
17         'CpuInfoTricore',           # PC, visible through query-cpu
18         'BlockdevVmdkSubformat',    # all members, to match VMDK spec spellings
19         'BlockdevVmdkAdapterType',  # legacyESX, to match VMDK spec spellings
20         'QapiErrorClass',           # all members, visible through errors
21         'UuidInfo',                 # UUID, visible through query-uuid
22         'X86CPURegister32',         # all members, visible indirectly through qom-get
23         'CpuInfo'                   # CPU, visible through query-cpu
24     ] } }