mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size
PCMachineClass::legacy_acpi_table_size was only used by the pc-i440fx-2.0 machine, which got removed. Remove it and simplify acpi_build(). Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20240617071118.60464-6-philmd@linaro.org>
This commit is contained in:
parent
b9599519a0
commit
ea7a74ab2e
2 changed files with 12 additions and 52 deletions
|
@ -103,7 +103,6 @@ struct PCMachineClass {
|
|||
/* ACPI compat: */
|
||||
bool has_acpi_build;
|
||||
bool rsdp_in_ram;
|
||||
int legacy_acpi_table_size;
|
||||
unsigned acpi_data_size;
|
||||
int pci_root_uid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue