Re: [PATCH 3/3] virtio: console: Send SIGIO in case of port unplug

2010-09-06 Thread Rusty Russell
On Thu, 2 Sep 2010 10:47:54 pm Amit Shah wrote: > If a port has registered for SIGIO signals, let the application > know that the port is getting unplugged. > > Signed-off-by: Amit Shah Thanks Amit, these patches were really well organized and nice to read. Applied them all... Rusty. __

[PATCH 3/3] virtio: console: Send SIGIO in case of port unplug

2010-09-02 Thread Amit Shah
If a port has registered for SIGIO signals, let the application know that the port is getting unplugged. Signed-off-by: Amit Shah --- drivers/char/virtio_console.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_conso