mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
d6b832fca8
commit
91616f812a
3 changed files with 0 additions and 14 deletions
|
@ -125,9 +125,6 @@ struct PCMachineClass {
|
|||
/* create kvmclock device even when KVM PV features are not exposed */
|
||||
bool kvmclock_create_always;
|
||||
|
||||
/* resizable acpi blob compat */
|
||||
bool resizable_acpi_blob;
|
||||
|
||||
/*
|
||||
* whether the machine type implements broken 32-bit address space bound
|
||||
* check for memory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue