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

2013-03-13 Thread Hans de Goede
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-console.c +++ b/hw/virtio-console.c @@ -18,6 +18,7 @@ typedef struct

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

2013-03-28 Thread Hans de Goede
Signed-off-by: Hans de Goede --- hw/virtio-console.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/hw/virtio-console.c b/hw/virtio-console.c index 015947c..e28c54f 100644 --- a/hw/virtio-console.c +++ b/hw/virtio-console.c @@ -18,6 +18,7 @@ typedef

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

2013-04-05 Thread Hans de Goede
Signed-off-by: Hans de Goede --- hw/virtio-console.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/hw/virtio-console.c b/hw/virtio-console.c index 61f9ff5..908ec17 100644 --- a/hw/virtio-console.c +++ b/hw/virtio-console.c @@ -18,6 +18,7 @@ typedef

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-

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