]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/arm/virt.c
machine: show if CLI option '-numa node,mem' is supported in QAPI schema
[mirror_qemu.git] / hw / arm / virt.c
index 20f191bc933efc02e8e24d48b3b3a1e7e6d21f1e..0b5138cb22c474295a2c9ac0f244f5747448a3a7 100644 (file)
@@ -1952,6 +1952,7 @@ static void virt_machine_class_init(ObjectClass *oc, void *data)
     assert(!mc->get_hotplug_handler);
     mc->get_hotplug_handler = virt_machine_get_hotplug_handler;
     hc->plug = virt_machine_device_plug_cb;
+    mc->numa_mem_supported = true;
 }
 
 static void virt_instance_init(Object *obj)