]> git.karo-electronics.de Git - mv-sheeva.git/commit
virtio: console: Return -EPIPE to hvc_console if we lost the connection
authorAmit Shah <amit.shah@redhat.com>
Thu, 20 May 2010 04:15:47 +0000 (22:15 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 19 May 2010 12:45:47 +0000 (22:15 +0930)
commit6dc69f970231387d8fe646a831920da26408b5f5
tree64596dafbf37893692493cfd0be247e7f0e24a80
parenteaeff9608a8cf43a676b6f4b6235ea9d76192230
virtio: console: Return -EPIPE to hvc_console if we lost the connection

hvc_console handles -EPIPE properly when the connection to the host is
lost.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/char/virtio_console.c