Re: [libvirt] [PATCH v3 3/8] qemu: Move exit monitor calls in failure paths

2017-03-08 Thread Jiri Denemark
On Wed, Mar 01, 2017 at 18:30:21 -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 > --- > src/qemu/qemu_hotplug.c |

[libvirt] [PATCH v3 3/8] qemu: Move exit monitor calls in failure paths

2017-03-01 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 | 31 +++ 1 file changed, 15 insertions(+), 16