Re: [PATCH 02/18] hw/i386/pc: Remove pc_compat_2_8[] array

2025-06-03 Thread Igor Mammedov
On Thu, 1 May 2025 23:04:40 +0200 Philippe Mathieu-Daudé wrote: > The pc_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/i386/pc.h | 3 ---

[PATCH 02/18] hw/i386/pc: Remove pc_compat_2_8[] array

2025-05-01 Thread Philippe Mathieu-Daudé
The pc_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/i386/pc.h | 3 --- hw/i386/pc.c | 9 - 2 files changed, 12 deletions(-) diff --git a/include/hw/i386/pc.h b/in