On 5/2/2025 6:35 AM, Philippe Mathieu-Daudé wrote:
The versioned 'pc' and 'q35' machines up to 2.12 been marked
as deprecated two releases ago, and are older than 6 years,
so according to our support policy we can remove them.
This series includes the 2.10 to 2.12 machines removal.
For this series,
Reviewed-by: Xiaoyao Li <xiaoyao...@intel.com>
Besides, please add more patches to remove hw_compat_2_{10,11,12}
Philippe Mathieu-Daudé (8):
hw/i386/pc: Remove deprecated pc-q35-2.10 and pc-i440fx-2.10 machines
hw/i386/pc: Remove pc_compat_2_10[] array
hw/pci-host/i440fx: Remove I440FXState::pci_hole64_fix field
hw/pci-host/q35: Remove Q35PCIHost::pci_hole64_fix field
hw/i386/pc: Remove deprecated pc-q35-2.11 and pc-i440fx-2.11 machines
hw/i386/pc: Remove pc_compat_2_11[] array
hw/i386/pc: Remove deprecated pc-q35-2.12 and pc-i440fx-2.12 machines
hw/i386/pc: Remove pc_compat_2_12[] array
include/hw/i386/pc.h | 9 ---------
include/hw/pci-host/q35.h | 1 -
hw/i386/pc.c | 21 ---------------------
hw/i386/pc_piix.c | 28 ----------------------------
hw/i386/pc_q35.c | 29 -----------------------------
hw/pci-host/i440fx.c | 7 ++-----
hw/pci-host/q35.c | 6 ++----
7 files changed, 4 insertions(+), 97 deletions(-)