qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH 0/5] initial suspend support
@ 2012-01-11 15:08 Gerd Hoffmann
  2012-01-11 15:08 ` [Qemu-devel] [RFC PATCH 1/5] suspend: add infrastructure Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Gerd Hoffmann @ 2012-01-11 15:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series makes suspend support in qemu alot more useful.  Right
now the guest can put itself into s3, but qemu will wakeup the guest
instantly.  With this patch series applied the guest will stay suspended
instead and there are a few events which can kick the guest out of
suspend state:  A monitor command, ps/2 input, serial input.  Not much
yet, but it's a start with the low hanging fruits ;)

Gerd Hoffmann (5):
  suspend: add infrastructure
  suspend: add wakeup monitor command
  suspend: switch acpi s3 to new infrastructure.
  suspend: make ps/2 devices wakeup the guest
  suspend: make serial ports wakeup the guest.

 hmp-commands.hx  |   14 ++++++++++++++
 hmp.c            |    5 +++++
 hmp.h            |    1 +
 hw/acpi.c        |    3 +--
 hw/ps2.c         |    6 ++++++
 hw/serial.c      |    6 ++++++
 qapi-schema.json |   11 +++++++++++
 qmp-commands.hx  |   21 +++++++++++++++++++++
 qmp.c            |    5 +++++
 sysemu.h         |    2 ++
 vl.c             |   21 +++++++++++++++++++++
 11 files changed, 93 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2012-01-16 19:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-11 15:08 [Qemu-devel] [RFC PATCH 0/5] initial suspend support Gerd Hoffmann
2012-01-11 15:08 ` [Qemu-devel] [RFC PATCH 1/5] suspend: add infrastructure Gerd Hoffmann
2012-01-13 15:51   ` Paolo Bonzini
2012-01-16 18:12     ` Gerd Hoffmann
2012-01-11 15:08 ` [Qemu-devel] [RFC PATCH 2/5] suspend: add wakeup monitor command Gerd Hoffmann
2012-01-11 15:08 ` [Qemu-devel] [RFC PATCH 3/5] suspend: switch acpi s3 to new infrastructure Gerd Hoffmann
2012-01-11 15:09 ` [Qemu-devel] [RFC PATCH 4/5] suspend: make ps/2 devices wakeup the guest Gerd Hoffmann
2012-01-11 15:09 ` [Qemu-devel] [RFC PATCH 5/5] suspend: make serial ports " Gerd Hoffmann

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).