[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v2 0/2] ppc: Drop support for QEMU pseries
Hello all, This small series drops support for the QEMU paravirtualized pseries machine type in favor of the bare metal PowerNV platform. pseries support was broken by 74b725a64d80 ('xen/ppc: Implement initial Radix MMU support'), and instead of maintaining separate code paths to retain support for the platform, I think it makes the most sense to drop it entirely. pseries was originally targeted for initial bringup since it has historically been much better supported by QEMU, but PowerNV support in QEMU has recently developed to the point where this is no longer a concern. Since I can think of very little practical use for running Xen under pseries, and supporting it requires non-trivial duplication of effort, drop support for it entirely. This also requires a change to the ppc64le CI dockerfile to build a newer version of QEMU than is available in the bullseye repository. Thanks, Shawn -- v2: Add Fixes: tag to patch 2, add references to broken state of pseries Shawn Anastasio (2): automation: Switch ppc64le tests to PowerNV machine type xen/ppc: Drop support for pseries/OpenFirmware .../build/debian/bullseye-ppc64le.dockerfile | 37 +++++- automation/gitlab-ci/test.yaml | 2 +- xen/arch/ppc/Makefile | 1 - xen/arch/ppc/boot-of.c | 113 ------------------ xen/arch/ppc/include/asm/boot.h | 19 --- xen/arch/ppc/ppc64/Makefile | 1 - xen/arch/ppc/ppc64/of-call.S | 83 ------------- xen/arch/ppc/setup.c | 11 +- 8 files changed, 39 insertions(+), 228 deletions(-) delete mode 100644 xen/arch/ppc/boot-of.c delete mode 100644 xen/arch/ppc/ppc64/of-call.S -- 2.30.2
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |