]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi-schema.json
qapi: Have each QAPI schema declare its name rule violations
[mirror_qemu.git] / qapi-schema.json
index 93e9e98b0b62ef0fe3969eaa6eec95eb3f9ddebd..17c766ee3b3c21304ac1f011be3a90a613a79ee6 100644 (file)
         'query-migrate-cache-size',
         'query-tpm-models',
         'query-tpm-types',
-        'ringbuf-read' ] } }
+        'ringbuf-read' ],
+    'name-case-whitelist': [
+        'ACPISlotType',         # DIMM, visible through query-acpi-ospm-status
+        'CpuInfoMIPS',          # PC, visible through query-cpu
+        'CpuInfoTricore',       # PC, visible through query-cpu
+        'QapiErrorClass',       # all members, visible through errors
+        'UuidInfo',             # UUID, visible through query-uuid
+        'X86CPURegister32',     # all members, visible indirectly through qom-get
+        'q_obj_CpuInfo-base'    # CPU, visible through query-cpu
+    ] } }
 
 # QAPI common definitions
 { 'include': 'qapi/common.json' }