2020-02-24 14:30:03 +00:00
|
|
|
{ 'pragma': { 'doc-required': true } }
|
|
|
|
|
|
|
|
# Whitelists to permit QAPI rule violations; think twice before you
|
|
|
|
# add to them!
|
|
|
|
{ 'pragma': {
|
|
|
|
# Commands allowed to return a non-dictionary:
|
2021-03-23 09:40:16 +00:00
|
|
|
'command-returns-exceptions': [
|
2020-02-24 14:30:03 +00:00
|
|
|
'human-monitor-command',
|
|
|
|
'qom-get',
|
|
|
|
'query-tpm-models',
|
|
|
|
'query-tpm-types',
|
|
|
|
'ringbuf-read' ],
|
2021-03-23 09:40:16 +00:00
|
|
|
'member-name-exceptions': [
|
2020-02-24 14:30:03 +00:00
|
|
|
'ACPISlotType', # DIMM, visible through query-acpi-ospm-status
|
|
|
|
'BlockdevVmdkSubformat', # all members, to match VMDK spec spellings
|
|
|
|
'BlockdevVmdkAdapterType', # legacyESX, to match VMDK spec spellings
|
|
|
|
'QapiErrorClass', # all members, visible through errors
|
|
|
|
'UuidInfo', # UUID, visible through query-uuid
|
2021-03-23 09:39:58 +00:00
|
|
|
'X86CPURegister32' # all members, visible indirectly through qom-get
|
2020-02-24 14:30:03 +00:00
|
|
|
] } }
|