Re: [libvirt] [PATCH 3/3] libvirt-qemu: Dispatch errors from virDomainQemuAgentCommand()

2013-06-03 Thread Peter Krempa
On 06/03/13 17:22, Martin Kletzander wrote: On 06/03/2013 04:35 PM, Peter Krempa wrote: The original implementation didn't follow the established pattern and did not dispatch errors in case of failure. --- src/libvirt-qemu.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-)

Re: [libvirt] [PATCH 3/3] libvirt-qemu: Dispatch errors from virDomainQemuAgentCommand()

2013-06-03 Thread Martin Kletzander
On 06/03/2013 04:35 PM, Peter Krempa wrote: > The original implementation didn't follow the established pattern and > did not dispatch errors in case of failure. > --- > src/libvirt-qemu.c | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > > diff --git a/src/libvirt-qemu.c b/src/l

[libvirt] [PATCH 3/3] libvirt-qemu: Dispatch errors from virDomainQemuAgentCommand()

2013-06-03 Thread Peter Krempa
The original implementation didn't follow the established pattern and did not dispatch errors in case of failure. --- src/libvirt-qemu.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/libvirt-qemu.c b/src/libvirt-qemu.c index 747488d..e884e32 100644 --- a/src/libv