diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-02-28 09:54:16 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-06-19 12:40:49 +0200 |
commit | af8348f65828f9e72530e26eaed27c46a500be72 (patch) | |
tree | 51fcc4c3cdc9e1904c51f1cca4bb2d2ea0057b71 /include | |
parent | 91616f812a1d0bbca9efb3f87ca128759f01f5f8 (diff) | |
download | qemu-af8348f65828f9e72530e26eaed27c46a500be72.zip qemu-af8348f65828f9e72530e26eaed27c46a500be72.tar.gz qemu-af8348f65828f9e72530e26eaed27c46a500be72.tar.bz2 |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/i386/pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index d01ddc4..0b7a18a 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -100,7 +100,6 @@ struct PCMachineClass { /* ACPI compat: */ bool has_acpi_build; - bool rsdp_in_ram; unsigned acpi_data_size; int pci_root_uid; |