diff options
| author | Gu Zheng <guz.fnst@cn.fujitsu.com> | 2014-10-22 11:24:26 +0800 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2014-11-02 13:44:11 +0200 |
| commit | c5171ed0cf9ca54d5f461cd6d08e99f324ba4c55 (patch) | |
| tree | 96eef903738fa0c0a79070d4035d8bca7e0f5118 /include/hw/acpi/ich9.h | |
| parent | 1be6b511a6a6f0d87b57725cf8d5caefcff3cc9a (diff) | |
| download | focaccia-qemu-c5171ed0cf9ca54d5f461cd6d08e99f324ba4c55.tar.gz focaccia-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/hw/acpi/ich9.h')
| -rw-r--r-- | include/hw/acpi/ich9.h | 1 |
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; |