On Sat, Mar 07, 2026 at 04:00:42PM +0100, Philippe Mathieu-Daudé wrote: > Date: Sat, 7 Mar 2026 16:00:42 +0100 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH 4/4] hw/core/machine: Remove the hw_compat_3_0[] array > X-Mailer: git-send-email 2.52.0 > > The hw_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/core/boards.h | 3 --- > hw/core/machine.c | 3 --- > 2 files changed, 6 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
