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

2025-05-27 Thread Xiaoyao Li
On 5/12/2025 4:39 PM, 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é Reviewed-by: Daniel P. Berrangé Reviewed-by: Zhao Liu Reviewed-by: Xiaoyao Li ---

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

2025-05-12 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é Reviewed-by: Zhao Liu --- include/hw/boards.h | 3 --- hw/core/machine.c | 9 - 2 files changed, 1