Re: [libvirt] [PATCH] Add check for poll error events in monitor

2011-01-21 Thread Eric Blake
On 01/21/2011 10:40 AM, Daniel P. Berrange wrote: > Handle poll errors in the same way as hangup event > > * src/qemu/qemu_monitor.c: Handle error events > --- > src/qemu/qemu_monitor.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/src/qemu/qemu_monitor.c b/src/

[libvirt] [PATCH] Add check for poll error events in monitor

2011-01-21 Thread Daniel P. Berrange
Handle poll errors in the same way as hangup event * src/qemu/qemu_monitor.c: Handle error events --- src/qemu/qemu_monitor.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_monitor.c b/src/qemu/qemu_monitor.c index 3026733..0c14277 100644 --- a/src/qemu/q