qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH 0/5] initial suspend support


From: Gerd Hoffmann
Subject: [Qemu-devel] [RFC PATCH 0/5] initial suspend support
Date: Wed, 11 Jan 2012 16:08:56 +0100

  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

[Prev in Thread] Current Thread [Next in Thread]