mirror of https://github.com/xemu-project/xemu.git
qapi/pragma: Streamline comments on member-name-exceptions
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20210323094025.3569441-21-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
b86df37478
commit
b48a103304
qapi
|
@ -10,11 +10,13 @@
|
||||||
'query-tpm-models',
|
'query-tpm-models',
|
||||||
'query-tpm-types',
|
'query-tpm-types',
|
||||||
'ringbuf-read' ],
|
'ringbuf-read' ],
|
||||||
'member-name-exceptions': [
|
# Externally visible types whose member names may use uppercase
|
||||||
'ACPISlotType', # DIMM, visible through query-acpi-ospm-status
|
'member-name-exceptions': [ # visible in:
|
||||||
'BlockdevVmdkSubformat', # all members, to match VMDK spec spellings
|
'ACPISlotType', # query-acpi-ospm-status
|
||||||
'BlockdevVmdkAdapterType', # legacyESX, to match VMDK spec spellings
|
'BlockdevVmdkAdapterType', # blockdev-create (to match VMDK spec)
|
||||||
'QapiErrorClass', # all members, visible through errors
|
'BlockdevVmdkSubformat', # blockdev-create (to match VMDK spec)
|
||||||
'UuidInfo', # UUID, visible through query-uuid
|
'QapiErrorClass', # QMP error replies
|
||||||
'X86CPURegister32' # all members, visible indirectly through qom-get
|
'UuidInfo', # query-uuid
|
||||||
|
'X86CPURegister32' # qom-get of x86 CPU properties
|
||||||
|
# feature-words, filtered-features
|
||||||
] } }
|
] } }
|
||||||
|
|
Loading…
Reference in New Issue