Re: [PATCH v2 11/16] hw/core/machine: Remove hw_compat_2_7[] array

2025-05-02 Thread Mark Cave-Ayland
On 01/05/2025 19:36, Philippe Mathieu-Daudé wrote: The hw_compat_2_7[] array was only used by the pc-q35-2.7 and pc-i440fx-2.7 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,

[PATCH v2 11/16] hw/core/machine: Remove hw_compat_2_7[] array

2025-05-01 Thread Philippe Mathieu-Daudé
The hw_compat_2_7[] array was only used by the pc-q35-2.7 and pc-i440fx-2.7 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