diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-02-28 09:52:30 +0100 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-06-19 12:40:49 +0200 |
| commit | 91616f812a1d0bbca9efb3f87ca128759f01f5f8 (patch) | |
| tree | d9c5512eaacb1ea6ac4412935ae35093d6e13b1e /include/hw/i386 | |
| parent | d6b832fca8909bfd629e89a5064addc8a7a48c89 (diff) | |
| download | focaccia-qemu-91616f812a1d0bbca9efb3f87ca128759f01f5f8.tar.gz focaccia-qemu-91616f812a1d0bbca9efb3f87ca128759f01f5f8.zip | |
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>
Diffstat (limited to 'include/hw/i386')
| -rw-r--r-- | include/hw/i386/pc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 155a02b1b5..d01ddc4618 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -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. |