Re: [libvirt] [PATCH v2 03/14] qemu: Move exit monitor calls in failure paths

2017-02-27 Thread John Ferlan
On 02/27/2017 03:48 AM, Jiri Denemark wrote: > On Thu, Feb 23, 2017 at 13:42:05 -0500, John Ferlan wrote: >> Since qemuDomainObjExitMonitor can also generate error messages, >> let's move it inside any error message saving code on error paths >> for various hotplug add activities. >> >>

Re: [libvirt] [PATCH v2 03/14] qemu: Move exit monitor calls in failure paths

2017-02-27 Thread Jiri Denemark
On Thu, Feb 23, 2017 at 13:42:05 -0500, John Ferlan wrote: > Since qemuDomainObjExitMonitor can also generate error messages, > let's move it inside any error message saving code on error paths > for various hotplug add activities. > > Signed-off-by: John Ferlan > --- >

[libvirt] [PATCH v2 03/14] qemu: Move exit monitor calls in failure paths

2017-02-23 Thread John Ferlan
Since qemuDomainObjExitMonitor can also generate error messages, let's move it inside any error message saving code on error paths for various hotplug add activities. Signed-off-by: John Ferlan --- src/qemu/qemu_hotplug.c | 33 - 1 file