[PATCH v3 0/2] ppc: Drop support for QEMU pseries

Shawn Anastasio posted 2 patches 7 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1694114837.git.sanastasio@raptorengineering.com
.../build/debian/bullseye-ppc64le.dockerfile  |   5 +-
automation/gitlab-ci/build.yaml               |  14 +++
automation/gitlab-ci/test.yaml                |   5 +-
automation/scripts/qemu-smoke-ppc64le.sh      |   3 +-
.../qemu-system-ppc64/8.1.0-ppc64.dockerfile  |  37 ++++++
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 +-
11 files changed, 62 insertions(+), 230 deletions(-)
create mode 100644 automation/tests-artifacts/qemu-system-ppc64/8.1.0-ppc64.dockerfile
delete mode 100644 xen/arch/ppc/boot-of.c
delete mode 100644 xen/arch/ppc/ppc64/of-call.S
[PATCH v3 0/2] ppc: Drop support for QEMU pseries
Posted by Shawn Anastasio 7 months, 3 weeks ago
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

--
v3: Build QEMU as test-artifact
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  |   5 +-
 automation/gitlab-ci/build.yaml               |  14 +++
 automation/gitlab-ci/test.yaml                |   5 +-
 automation/scripts/qemu-smoke-ppc64le.sh      |   3 +-
 .../qemu-system-ppc64/8.1.0-ppc64.dockerfile  |  37 ++++++
 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 +-
 11 files changed, 62 insertions(+), 230 deletions(-)
 create mode 100644 automation/tests-artifacts/qemu-system-ppc64/8.1.0-ppc64.dockerfile
 delete mode 100644 xen/arch/ppc/boot-of.c
 delete mode 100644 xen/arch/ppc/ppc64/of-call.S

--
2.30.2