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


Reply via email to