Re: [PATCH v3 09/19] hw/core/machine: Remove hw_compat_2_6[] array

2025-05-08 Thread Thomas Huth
On 02/05/2025 20.56, Philippe Mathieu-Daudé wrote: 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é Reviewed-by: Mark Cave-Ayland --- include/hw/boards.h | 3 --- hw/core/machine.c | 8

[PATCH v3 09/19] hw/core/machine: Remove hw_compat_2_6[] array

2025-05-02 Thread Philippe Mathieu-Daudé
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é Reviewed-by: Mark Cave-Ayland --- include/hw/boards.h | 3 --- hw/core/machine.c | 8 2 files changed, 11 deletions(-) diff --git