Re: [PATCH 05/18] hw/core/machine: Remove hw_compat_2_8[] array

2025-06-03 Thread Igor Mammedov
On Thu, 1 May 2025 23:04:43 +0200 Philippe Mathieu-Daudé wrote: > The hw_compat_2_8[] array was only used by the pc-q35-2.8 and > pc-i440fx-2.8 machines, which got removed. Remove it. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Igor Mammedov > --- > include/hw/boards.h | 3 ---

[PATCH 05/18] hw/core/machine: Remove hw_compat_2_8[] array

2025-05-01 Thread Philippe Mathieu-Daudé
The hw_compat_2_8[] array was only used by the pc-q35-2.8 and pc-i440fx-2.8 machines, which got removed. Remove it. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/boards.h | 3 --- hw/core/machine.c | 14 -- 2 files changed, 17 deletions(-) diff --git a/include/hw/boards.h