On Tue, May 06, 2025 at 04:38:48PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 6 May 2025 16:38:48 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v3 02/19] hw/i386/pc: Remove > PCMachineClass::broken_reserved_end field > X-Mailer: git-send-email 2.47.1 > > The PCMachineClass::broken_reserved_end field was only used > by the pc-q35-2.4 and pc-i440fx-2.4 machines, which got removed. > Remove it and simplify pc_memory_init(). > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> > Reviewed-by: Thomas Huth <th...@redhat.com> > --- > include/hw/i386/pc.h | 1 - > hw/i386/pc.c | 13 +++++-------- > 2 files changed, 5 insertions(+), 9 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>