Hello, I noticed removal of old pSeries revisions.
FTR to boot Linux 3.0 I need pSeries-2.7 (already removed earlier). The thing that broke booting linux 3.0 for me is 357d1e3bc7d2d80e5271bc4f3ac8537e30dc8046 spapr: Improved placement of PCI host bridges in guest memory map I do not use Linux 3.0 anymore which is the reason I did not notice this breakage due to old platform revision removal. At the same time quemu is sometimes touted as a way to run old OS revisions. That does not work very well for pSeries. Thanks Michal On Tue, Oct 21, 2025 at 10:43:34AM +0200, Philippe Mathieu-Daudé wrote: > v2: Rebased on > https://lore.kernel.org/qemu-devel/[email protected]/ > > Remove the deprecated pseries-3.0 up to pseries-4.2 machines, > which are older than 6 years. Remove resulting dead code. > > Harsh Prateek Bora (5): > ppc/spapr: remove deprecated machine pseries-3.0 > ppc/spapr: remove deprecated machine pseries-3.1 > ppc/spapr: remove deprecated machine pseries-4.0 > ppc/spapr: remove deprecated machine pseries-4.1 > ppc/spapr: remove deprecated machine pseries-4.2 > > Philippe Mathieu-Daudé (6): > hw/ppc/spapr: Remove SpaprMachineClass::nr_xirqs field > hw/ppc/spapr: Inline spapr_dtb_needed() > hw/ppc/spapr: Inline few SPAPR_IRQ_* uses > target/ppc/kvm: Remove kvmppc_get_host_serial() as unused > target/ppc/kvm: Remove kvmppc_get_host_model() as unused > hw/ppc/spapr: Remove SpaprMachineClass::phb_placement callback > > include/hw/ppc/spapr.h | 16 -- > include/hw/ppc/spapr_irq.h | 1 - > target/ppc/kvm_ppc.h | 12 -- > hw/ppc/spapr.c | 299 ++++++++----------------------------- > hw/ppc/spapr_caps.c | 12 +- > hw/ppc/spapr_events.c | 20 +-- > hw/ppc/spapr_hcall.c | 5 - > hw/ppc/spapr_irq.c | 36 +---- > hw/ppc/spapr_pci.c | 32 +--- > hw/ppc/spapr_vio.c | 9 -- > target/ppc/kvm.c | 11 -- > 11 files changed, 77 insertions(+), 376 deletions(-) > > -- > 2.51.0 > >
