On Thu, May 08, 2025 at 03:35:38PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 8 May 2025 15:35:38 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v4 15/27] hw/core/machine: Remove hw_compat_2_6[] array > X-Mailer: git-send-email 2.47.1 > > The hw_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é <phi...@linaro.org> > Reviewed-by: Mark Cave-Ayland <mark.caveayl...@nutanix.com> > Reviewed-by: Thomas Huth <th...@redhat.com> > --- > include/hw/boards.h | 3 --- > hw/core/machine.c | 8 -------- > 2 files changed, 11 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>