diff options
author | Igor Mammedov | 2016-05-17 16:43:00 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2016-06-07 14:36:54 +0200 |
commit | 96e3e12bff14a16e27072619f571bc7b400145c3 (patch) | |
tree | 842e17f2c4a18e2fbacb0c75dc70f4867d1d8c10 /hw/i386/acpi-build.c | |
parent | pc: acpi: cpu-hotplug: make AML CPU_foo defines local to cpu_hotplug_acpi_tab... (diff) | |
download | qemu-96e3e12bff14a16e27072619f571bc7b400145c3.tar.gz qemu-96e3e12bff14a16e27072619f571bc7b400145c3.tar.xz qemu-96e3e12bff14a16e27072619f571bc7b400145c3.zip |
pc: acpi: mark current CPU hotplug functions as legacy
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>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
Diffstat (limited to 'hw/i386/acpi-build.c')
-rw-r--r-- | hw/i386/acpi-build.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index 63e2723c03..2f6de437bd 100644 --- a/hw/i386/acpi-build.c +++ b/hw/i386/acpi-build.c @@ -1935,7 +1935,8 @@ build_dsdt(GArray *table_data, GArray *linker, build_q35_pci0_int(dsdt); } - build_cpu_hotplug_aml(dsdt, machine, pm->cpu_hp_io_base, pm->cpu_hp_io_len); + build_legacy_cpu_hotplug_aml(dsdt, machine, pm->cpu_hp_io_base, + pm->cpu_hp_io_len); build_memory_hotplug_aml(dsdt, nr_mem, pm->mem_hp_io_base, pm->mem_hp_io_len); |