mbox series

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

Message ID 20240705182311.1968790-1-andrew.cooper3@citrix.com (mailing list archive)
Headers show
Series ppc/shutdown: Implement machine_{halt,restart}() | expand

Message

Andrew Cooper July 5, 2024, 6:23 p.m. UTC
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