On Sat, Mar 07, 2026 at 04:00:40PM +0100, Philippe Mathieu-Daudé wrote: > Date: Sat, 7 Mar 2026 16:00:40 +0100 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH 2/4] hw/i386/pc: Remove pc_compat_3_0[] array > X-Mailer: git-send-email 2.52.0 > > The pc_compat_3_0[] array was only used by the pc-q35-3.0 > and pc-i440fx-3.0 machines, which got removed. Remove it. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > include/hw/i386/pc.h | 3 --- > hw/i386/pc.c | 7 ------- > 2 files changed, 10 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
