virtio: console: Send SIGIO on new data arrival on ports
authorAmit Shah <amit.shah@redhat.com>
Thu, 2 Sep 2010 13:17:53 +0000 (18:47 +0530)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 21 Oct 2010 07:14:04 +0000 (17:44 +1030)
commit18ed6804702b0b52b8fa82defe11e7ea28811dc8
treefa3b524b4be9b8d18509cb85095846f9ee088f15
parente1c4b4a4ad1b29a68e927fecc222ade292f1e924
virtio: console: Send SIGIO on new data arrival on ports

Send a SIGIO signal when new data arrives on a port. This is sent only
when the process has requested for the signal to be sent using fcntl().

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