Re: [libvirt] [PATCHv2 5/5] qemu: Emit the guest agent lifecycle event

2014-11-24 Thread Jiri Denemark
On Fri, Nov 21, 2014 at 16:29:55 +0100, Peter Krempa wrote: Add code to emit the event on change of the channel state and reconnect to the qemu process. --- Notes: Version 2: - emit more reasons src/qemu/qemu_driver.c | 6 ++ src/qemu/qemu_process.c | 22

Re: [libvirt] [PATCHv2 5/5] qemu: Emit the guest agent lifecycle event

2014-11-24 Thread Peter Krempa
On 11/24/14 13:35, Jiri Denemark wrote: On Fri, Nov 21, 2014 at 16:29:55 +0100, Peter Krempa wrote: Add code to emit the event on change of the channel state and reconnect to the qemu process. --- Notes: Version 2: - emit more reasons src/qemu/qemu_driver.c | 6 ++

[libvirt] [PATCHv2 5/5] qemu: Emit the guest agent lifecycle event

2014-11-21 Thread Peter Krempa
Add code to emit the event on change of the channel state and reconnect to the qemu process. --- Notes: Version 2: - emit more reasons src/qemu/qemu_driver.c | 6 ++ src/qemu/qemu_process.c | 22 ++ 2 files changed, 24 insertions(+), 4 deletions(-) diff --git