[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 0/3] Series to implement suspend for ppc/spapr
From: |
Nicholas Piggin |
Subject: |
[Qemu-devel] [PATCH v2 0/3] Series to implement suspend for ppc/spapr |
Date: |
Mon, 22 Jul 2019 15:19:34 +1000 |
Hi, this series is rebased on top of the qmp event fix, and takes
Paolo's suggestion to implement ->wakeup for i386 before adding
ppc, which makes it much nicer.
If the first two patches can be agreed on initially and merged, I
can take the third patch through the ppc list after that.
Thanks,
Nick
Nicholas Piggin (3):
machine: Add wakeup method to MachineClass
i386: use machine class ->wakeup method
spapr: Implement ibm,suspend-me
hw/i386/pc.c | 8 ++++++++
hw/ppc/spapr.c | 7 +++++++
hw/ppc/spapr_rtas.c | 32 ++++++++++++++++++++++++++++++++
include/hw/boards.h | 1 +
include/hw/ppc/spapr.h | 3 ++-
vl.c | 16 +++++++++++++++-
6 files changed, 65 insertions(+), 2 deletions(-)
--
2.20.1
- [Qemu-devel] [PATCH v2 0/3] Series to implement suspend for ppc/spapr,
Nicholas Piggin <=