On Thu, May 08, 2025 at 03:35:34PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 8 May 2025 15:35:34 +0200 > From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx> > Subject: [PATCH v4 11/27] hw/i386/pc: Remove pc_compat_2_6[] array > X-Mailer: git-send-email 2.47.1 > > The pc_compat_2_6[] array was only used by the pc-q35-2.6 > and pc-i440fx-2.6 machines, which got removed. Remove it. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx> > Reviewed-by: Mark Cave-Ayland <mark.caveayland@xxxxxxxxxxx> > Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx> > Reviewed-by: Zhao Liu <zhao1.liu@xxxxxxxxx> > --- > include/hw/i386/pc.h | 3 --- > hw/i386/pc.c | 8 -------- > 2 files changed, 11 deletions(-) Reviewed-by: Zhao Liu <zhao1.liu@xxxxxxxxx>