Re: [PATCH v3 05/19] hw/core/machine: Remove hw_compat_2_4[] array

2025-05-06 Thread Zhao Liu
On Tue, May 06, 2025 at 04:38:51PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 6 May 2025 16:38:51 +0200 > From: Philippe Mathieu-Daudé > Subject: [PATCH v3 05/19] hw/core/machine: Remove hw_compat_2_4[] array > X-Mailer: git-send-email 2.47.1 > > The hw_compat_2_4[] a

[PATCH v3 05/19] hw/core/machine: Remove hw_compat_2_4[] array

2025-05-06 Thread Philippe Mathieu-Daudé
The hw_compat_2_4[] array was only used by the pc-q35-2.4 and pc-i440fx-2.4 machines, which got removed. Remove it. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Daniel P. Berrangé --- include/hw/boards.h | 3 --- hw/core/machine.c | 9 - 2 files changed, 12 deletions(-) diff --