suspend: make serial ports wakeup the guest.
commit9826fd597df59a8bac7beafd192e4baad790c31a
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 23 Feb 2012 12:45:23 +0000 (23 13:45 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 24 Feb 2012 19:36:03 +0000 (24 13:36 -0600)
treee7f25ee4e14c810c39c4d06d3ad050a79f3092b8
parentfd214d1828bf467d16251abce1747ffce932531f
suspend: make serial ports wakeup the guest.

Add a 'wakeup' property to the serial port.  It is off by default.  When
enabled any incoming character on the serial line will wake up the
guest.  Useful for guests which have a serial console configured.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/serial.c