Re: [PATCH 07/21] hw/core/machine: Remove hw_compat_2_4[] array

2025-01-16 Thread Daniel P . Berrangé
On Thu, Jan 16, 2025 at 12:22:33AM +0100, Philippe Mathieu-Daudé wrote: > 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é > --- > include/hw/boards.h | 3 --- > hw/core/machine.c | 9

[PATCH 07/21] hw/core/machine: Remove hw_compat_2_4[] array

2025-01-15 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é --- include/hw/boards.h | 3 --- hw/core/machine.c | 9 - 2 files changed, 12 deletions(-) diff --git a/include/hw/boards.h b/inclu