hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 28 Feb 2024 08:52:30 +0000 (09:52 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 19 Jun 2024 10:40:49 +0000 (12:40 +0200)
commit91616f812a1d0bbca9efb3f87ca128759f01f5f8
treed9c5512eaacb1ea6ac4412935ae35093d6e13b1e
parentd6b832fca8909bfd629e89a5064addc8a7a48c89
hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob

PCMachineClass::resizable_acpi_blob was only used by the
pc-i440fx-2.2 machine, which got removed. It is now always
true. Remove it, simplifying acpi_build().

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20240617071118.60464-18-philmd@linaro.org>
hw/i386/acpi-build.c
hw/i386/pc.c
include/hw/i386/pc.h