]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/acpi/cpu.h
pc: use new CPU hotplug interface since 2.7 machine type
[mirror_qemu.git] / include / hw / acpi / cpu.h
index 980a83c4b87ea472cd1683ed3bbb7069ccf6111e..89ce172941b81ef35151522f9c5410520124aaab 100644 (file)
@@ -49,6 +49,7 @@ void cpu_hotplug_hw_init(MemoryRegion *as, Object *owner,
 
 typedef struct CPUHotplugFeatures {
     bool apci_1_compatible;
+    bool has_legacy_cphp;
 } CPUHotplugFeatures;
 
 void build_cpus_aml(Aml *table, MachineState *machine, CPUHotplugFeatures opts,