]> Git Repo - qemu.git/commit
spapr: Implement ibm,suspend-me
authorNicholas Piggin <[email protected]>
Mon, 22 Jul 2019 06:17:52 +0000 (16:17 +1000)
committerDavid Gibson <[email protected]>
Wed, 21 Aug 2019 07:17:39 +0000 (17:17 +1000)
commit93eac7b8f44738f7d2f4ba4460d67b04af5b0b99
tree9044565ac3d6082ac008cafa39761d394e9242d6
parentc508bd12f65e14f82eb62e462bcb64898d8806a6
spapr: Implement ibm,suspend-me

This has been useful to modify and test the Linux pseries suspend
code but it requires modification to the guest to call it (due to
being gated by other unimplemented features). It is not otherwise
used by Linux yet, but work is slowly progressing there.

This allows a (lightly modified) guest kernel to suspend with
`echo mem > /sys/power/state` and be resumed with system_wakeup
monitor command.

Signed-off-by: Nicholas Piggin <[email protected]>
Message-Id: <20190722061752[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
Signed-off-by: David Gibson <[email protected]>
hw/ppc/spapr.c
hw/ppc/spapr_rtas.c
include/hw/ppc/spapr.h
This page took 0.024942 seconds and 4 git commands to generate.