Skip to content
Snippets Groups Projects
Commit b48a1033 authored by Markus Armbruster's avatar Markus Armbruster
Browse files

qapi/pragma: Streamline comments on member-name-exceptions


Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
Message-Id: <20210323094025.3569441-21-armbru@redhat.com>
Reviewed-by: default avatarEric Blake <eblake@redhat.com>
parent b86df374
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,13 @@
'query-tpm-models',
'query-tpm-types',
'ringbuf-read' ],
'member-name-exceptions': [
'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
'X86CPURegister32' # all members, visible indirectly through qom-get
# Externally visible types whose member names may use uppercase
'member-name-exceptions': [ # visible in:
'ACPISlotType', # query-acpi-ospm-status
'BlockdevVmdkAdapterType', # blockdev-create (to match VMDK spec)
'BlockdevVmdkSubformat', # blockdev-create (to match VMDK spec)
'QapiErrorClass', # QMP error replies
'UuidInfo', # query-uuid
'X86CPURegister32' # qom-get of x86 CPU properties
# feature-words, filtered-features
] } }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment