[PATCH 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.1693949731.git.sanastasio@raptorengineering.com
There is a newer version of this series
.../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
[PATCH 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 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

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