diff options
author | Igor Mammedov | 2014-06-02 15:25:15 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2014-06-19 15:41:49 +0200 |
commit | 7e629d1d8d09d9e9294def8bcac9c0f283e9b909 (patch) | |
tree | 469828cb7eaeba935756a7d2515dbdab1c0864ed /hw/i386 | |
parent | pc-dimm: add busy slot check and slot auto-allocation (diff) | |
download | qemu-7e629d1d8d09d9e9294def8bcac9c0f283e9b909.tar.gz qemu-7e629d1d8d09d9e9294def8bcac9c0f283e9b909.tar.xz qemu-7e629d1d8d09d9e9294def8bcac9c0f283e9b909.zip |
acpi: rename cpu_hotplug_defs.h to pc-hotplug.h
to make it more generic, so it could be used for memory hotplug
as well.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/i386')
-rw-r--r-- | hw/i386/acpi-dsdt.dsl | 2 | ||||
-rw-r--r-- | hw/i386/q35-acpi-dsdt.dsl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/i386/acpi-dsdt.dsl b/hw/i386/acpi-dsdt.dsl index 0a1e252d21..8ae933bc38 100644 --- a/hw/i386/acpi-dsdt.dsl +++ b/hw/i386/acpi-dsdt.dsl @@ -306,7 +306,7 @@ DefinitionBlock ( } } -#include "hw/acpi/cpu_hotplug_defs.h" +#include "hw/acpi/pc-hotplug.h" #define CPU_STATUS_BASE PIIX4_CPU_HOTPLUG_IO_BASE #include "acpi-dsdt-cpu-hotplug.dsl" diff --git a/hw/i386/q35-acpi-dsdt.dsl b/hw/i386/q35-acpi-dsdt.dsl index f4d2a2daee..fddc3b27ff 100644 --- a/hw/i386/q35-acpi-dsdt.dsl +++ b/hw/i386/q35-acpi-dsdt.dsl @@ -402,7 +402,7 @@ DefinitionBlock ( define_gsi_link(GSIH, 0, 0x17) } -#include "hw/acpi/cpu_hotplug_defs.h" +#include "hw/acpi/pc-hotplug.h" #define CPU_STATUS_BASE ICH9_CPU_HOTPLUG_IO_BASE #include "acpi-dsdt-cpu-hotplug.dsl" |