On Mon, Mar 09, 2026 at 03:50:10PM +0100, Philippe Mathieu-Daudé wrote: > Date: Mon, 9 Mar 2026 15:50:10 +0100 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v2 08/10] hw/core/machine: Remove the hw_compat_3_1[] array > X-Mailer: git-send-email 2.53.0 > > The hw_compat_3_1[] array was only used by the pc-q35-3.1 > and pc-i440fx-3.1 machines, which got removed. Remove it. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Thomas Huth <[email protected]> > Message-Id: <[email protected]> > --- > include/hw/core/boards.h | 3 --- > hw/core/machine.c | 17 ----------------- > 2 files changed, 20 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
