[PATCH 0/2] ppc/shutdown: Implement machine_{halt,restart}()

Andrew Cooper posted 2 patches 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240705182311.1968790-1-andrew.cooper3@citrix.com
xen/arch/ppc/Makefile           |  1 +
xen/arch/ppc/ppc64/opal-calls.S |  4 +++
xen/arch/ppc/setup.c            |  8 +++---
xen/arch/ppc/shutdown.c         | 43 +++++++++++++++++++++++++++++++++
xen/arch/ppc/stubs.c            | 12 ---------
xen/common/shutdown.c           |  4 +--
xen/include/xen/shutdown.h      |  3 ++-
7 files changed, 55 insertions(+), 20 deletions(-)
create mode 100644 xen/arch/ppc/shutdown.c
[PATCH 0/2] ppc/shutdown: Implement machine_{halt,restart}()
Posted by Andrew Cooper 2 months ago
I got bored testing fixes to the gitlab containers.

Oleksii: There's almost certainly a related change suitable for RISC-V.

Andrew Cooper (2):
  xen/shutdown: Fix build issue with shutdown.h on PPC
  ppc/shutdown: Implement machine_{halt,restart}()

 xen/arch/ppc/Makefile           |  1 +
 xen/arch/ppc/ppc64/opal-calls.S |  4 +++
 xen/arch/ppc/setup.c            |  8 +++---
 xen/arch/ppc/shutdown.c         | 43 +++++++++++++++++++++++++++++++++
 xen/arch/ppc/stubs.c            | 12 ---------
 xen/common/shutdown.c           |  4 +--
 xen/include/xen/shutdown.h      |  3 ++-
 7 files changed, 55 insertions(+), 20 deletions(-)
 create mode 100644 xen/arch/ppc/shutdown.c


base-commit: c2a66d0b58b9661037cfed6bf3f8122b3363ca38
-- 
2.39.2