aboutsummaryrefslogtreecommitdiff
path: root/include/hw/acpi/ich9.h
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2016-04-11 17:25:54 +0200
committerMichael S. Tsirkin <mst@redhat.com>2016-06-24 05:20:55 +0300
commit16bcab97eb9fc2d5f15e5c9ff6369f9d1d120b49 (patch)
treecbd676da50e1de85df9f934fcf4981be45a7d058 /include/hw/acpi/ich9.h
parentabd49bc2ed2f06bc1ea979b17e79e2fc52360de9 (diff)
pc: piix4/ich9: add 'cpu-hotplug-legacy' property
It will be used to select which hotplug call-back is called and for switching from legacy mode into new one. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/acpi/ich9.h')
-rw-r--r--include/hw/acpi/ich9.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/acpi/ich9.h b/include/hw/acpi/ich9.h
index bbd657c59b..e29a8566d8 100644
--- a/include/hw/acpi/ich9.h
+++ b/include/hw/acpi/ich9.h
@@ -48,6 +48,7 @@ typedef struct ICH9LPCPMRegs {
uint32_t pm_io_base;
Notifier powerdown_notifier;
+ bool cpu_hotplug_legacy;
AcpiCpuHotplug gpe_cpu;
MemHotplugState acpi_memory_hotplug;