mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
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>
This commit is contained in:
parent
a630bb314c
commit
96e3e12bff
6 changed files with 21 additions and 19 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue