]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/machine.json
machine: show if CLI option '-numa node,mem' is supported in QAPI schema
[mirror_qemu.git] / qapi / machine.json
index 979bc41e49f4c2e203beca97667711750f12d0cd..78d34ef71763e712ab2f18764e41e2f30e41eba3 100644 (file)
 #
 # @hotpluggable-cpus: cpu hotplug via -device is supported (since 2.7.0)
 #
+# @numa-mem-supported: true if '-numa node,mem' option is supported by
+#                      the machine type and false otherwise (since 4.1)
+#
 # Since: 1.2.0
 ##
 { 'struct': 'MachineInfo',
   'data': { 'name': 'str', '*alias': 'str',
             '*is-default': 'bool', 'cpu-max': 'int',
-            'hotpluggable-cpus': 'bool'} }
+            'hotpluggable-cpus': 'bool', 'numa-mem-supported': 'bool'} }
 
 ##
 # @query-machines: