mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
PCMachineClass::rsdp_in_ram was only used by the pc-i440fx-2.2 machine, which got removed. It is now always true. Remove it, simplifying acpi_setup(). Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20240617071118.60464-19-philmd@linaro.org>
This commit is contained in:
parent
91616f812a
commit
af8348f658
3 changed files with 4 additions and 33 deletions
|
@ -100,7 +100,6 @@ struct PCMachineClass {
|
|||
|
||||
/* ACPI compat: */
|
||||
bool has_acpi_build;
|
||||
bool rsdp_in_ram;
|
||||
unsigned acpi_data_size;
|
||||
int pci_root_uid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue