On 01/05/2025 20.36, Philippe Mathieu-Daudé wrote:
The PCMachineClass::legacy_cpu_hotplug boolean was only used
by the pc-q35-2.6 and pc-i440fx-2.6 machines, which got
removed. Remove it and simplify build_dsdt(), removing
build_legacy_cpu_hotplug_aml() altogether.
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
include/hw/acpi/cpu_hotplug.h | 3 -
include/hw/i386/pc.h | 3 -
hw/acpi/cpu_hotplug.c | 230 ----------------------------------
hw/i386/acpi-build.c | 4 +-
4 files changed, 1 insertion(+), 239 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>