summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGu Zheng2014-10-22 05:24:26 +0200
committerMichael S. Tsirkin2014-11-02 12:44:11 +0100
commitc5171ed0cf9ca54d5f461cd6d08e99f324ba4c55 (patch)
tree96eef903738fa0c0a79070d4035d8bca7e0f5118 /include
parentacpi/cpu: add cpu hotplug callback function to match hotplug_handler API (diff)
downloadqemu-c5171ed0cf9ca54d5f461cd6d08e99f324ba4c55.tar.gz
qemu-c5171ed0cf9ca54d5f461cd6d08e99f324ba4c55.tar.xz
qemu-c5171ed0cf9ca54d5f461cd6d08e99f324ba4c55.zip
acpi:ich9: convert cpu hotplug to hotplug_handler API
Convert notifier based hotplug to hotplug_handler API. Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/acpi/ich9.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/acpi/ich9.h b/include/hw/acpi/ich9.h
index 7e42448ef9..fe975e6624 100644
--- a/include/hw/acpi/ich9.h
+++ b/include/hw/acpi/ich9.h
@@ -47,7 +47,6 @@ typedef struct ICH9LPCPMRegs {
Notifier powerdown_notifier;
AcpiCpuHotplug gpe_cpu;
- Notifier cpu_added_notifier;
MemHotplugState acpi_memory_hotplug;
} ICH9LPCPMRegs;