Re: [Qemu-devel] [PATCH 2/7] virtio-console: Remove any pending watches on close

2013-03-14 Thread Hans de Goede
Hi, On 03/14/2013 08:35 AM, Amit Shah wrote: On (Wed) 13 Mar 2013 [14:59:42], Hans de Goede wrote: Signed-off-by: Hans de Goede --- hw/virtio-console.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/hw/virtio-console.c b/hw/virtio-console.c index 1d87c

Re: [Qemu-devel] [PATCH 2/7] virtio-console: Remove any pending watches on close

2013-03-14 Thread Amit Shah
On (Wed) 13 Mar 2013 [14:59:42], Hans de Goede wrote: > Signed-off-by: Hans de Goede > --- > hw/virtio-console.c | 16 ++-- > 1 file changed, 14 insertions(+), 2 deletions(-) > > diff --git a/hw/virtio-console.c b/hw/virtio-console.c > index 1d87c5b..ec0f91b 100644 > --- a/hw/virtio-