qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] Series to implement suspend for ppc/spapr
@ 2019-07-22  5:32 Nicholas Piggin
  2019-07-22  5:32 ` [Qemu-devel] [PATCH v2 1/3] machine: Add wakeup method to MachineClass Nicholas Piggin
  2019-07-22  8:39 ` [Qemu-devel] [PATCH v2 0/3] Series to implement suspend for ppc/spapr David Gibson
  0 siblings, 2 replies; 8+ messages in thread
From: Nicholas Piggin @ 2019-07-22  5:32 UTC (permalink / raw)
  To: qemu-devel
  Cc: Liu Jinsong, Eduardo Habkost, Michael S. Tsirkin, Nicholas Piggin,
	Luiz Capitulino, qemu-ppc, Gerd Hoffmann, Paolo Bonzini,
	David Gibson, Richard Henderson

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



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [Qemu-devel] [PATCH v2 0/3] Series to implement suspend for ppc/spapr
@ 2019-07-22  5:19 Nicholas Piggin
  0 siblings, 0 replies; 8+ messages in thread
From: Nicholas Piggin @ 2019-07-22  5:19 UTC (permalink / raw)
  To: qemu-devel
  Cc: Liu, Jinsong, Eduardo Habkost, Michael S. Tsirkin,
	Nicholas Piggin, Luiz Capitulino, qemu-ppc, Gerd Hoffmann,
	Paolo Bonzini, David Gibson, Richard Henderson

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-07-23  5:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-22  5:32 [Qemu-devel] [PATCH v2 0/3] Series to implement suspend for ppc/spapr Nicholas Piggin
2019-07-22  5:32 ` [Qemu-devel] [PATCH v2 1/3] machine: Add wakeup method to MachineClass Nicholas Piggin
2019-07-22  8:38   ` David Gibson
2019-07-22  8:39 ` [Qemu-devel] [PATCH v2 0/3] Series to implement suspend for ppc/spapr David Gibson
2019-07-22 11:20   ` Paolo Bonzini
2019-07-22 11:42     ` David Gibson
2019-07-23  3:40     ` David Gibson
  -- strict thread matches above, loose matches on Subject: below --
2019-07-22  5:19 Nicholas Piggin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).