]> git.proxmox.com Git - mirror_qemu.git/blob - qapi/pragma.json
qapi/pragma: Streamline comments on member-name-exceptions
[mirror_qemu.git] / qapi / pragma.json
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 'command-returns-exceptions': [
8 'human-monitor-command',
9 'qom-get',
10 'query-tpm-models',
11 'query-tpm-types',
12 'ringbuf-read' ],
13 # Externally visible types whose member names may use uppercase
14 'member-name-exceptions': [ # visible in:
15 'ACPISlotType', # query-acpi-ospm-status
16 'BlockdevVmdkAdapterType', # blockdev-create (to match VMDK spec)
17 'BlockdevVmdkSubformat', # blockdev-create (to match VMDK spec)
18 'QapiErrorClass', # QMP error replies
19 'UuidInfo', # query-uuid
20 'X86CPURegister32' # qom-get of x86 CPU properties
21 # feature-words, filtered-features
22 ] } }