]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
virtio: console: tell host of open ports after resume from s3/s4
authorAmit Shah <amit.shah@redhat.com>
Wed, 25 Apr 2012 09:10:39 +0000 (14:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 May 2012 17:46:21 +0000 (10:46 -0700)
commit17b85e4808e2593a234a34e629a5ae08e5246958
tree97321922c3e980edf0f1de2e6b3c71b1e22a3200
parentc52d567fdf7fb8cdaf2d34206f5b7f4adaae1595
virtio: console: tell host of open ports after resume from s3/s4

commit fa8b66ccd2d200b64496cfedcce90bf54fe7d6e9 upstream.

If a port was open before going into one of the sleep states, the port
can continue normal operation after restore.  However, the host has to
be told that the guest side of the connection is open to restore
pre-suspend state.

This wasn't noticed so far due to a bug in qemu that was fixed recently
(which marked the guest-side connection as always open).

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/virtio_console.c