On Wed, Mar 27, 2024 at 10:51:06AM +0100, Philippe Mathieu-Daudé wrote:
Date: Wed, 27 Mar 2024 10:51:06 +0100
From: Philippe Mathieu-Daudé <philmd(a)linaro.org>
Subject: [PATCH-for-9.1 v2 04/21] hw/i386/acpi: Remove
PCMachineClass::legacy_acpi_table_size
X-Mailer: git-send-email 2.41.0
PCMachineClass::legacy_acpi_table_size was only used by the
pc-i440fx-2.0 machine, which got removed. Remove it and simplify
acpi_build().
Signed-off-by: Philippe Mathieu-Daudé <philmd(a)linaro.org>
---
include/hw/i386/pc.h | 1 -
hw/i386/acpi-build.c | 62 +++++++++-----------------------------------
2 files changed, 12 insertions(+), 51 deletions(-)
Reviewed-by: Zhao Liu <zhao1.liu(a)intel.com>