On Tue, May 06, 2025 at 04:38:58PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 6 May 2025 16:38:58 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v3 12/19] hw/core/machine: Remove hw_compat_2_5[] array > X-Mailer: git-send-email 2.47.1 > > The hw_compat_2_5[] array was only used by the pc-q35-2.5 and > pc-i440fx-2.5 machines, which got removed. Remove it. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> > --- > include/hw/boards.h | 3 --- > hw/core/machine.c | 9 --------- > 2 files changed, 12 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>