Re: [libvirt] [PATCH] Call qemuDomainObjEndJob when qemuCaps is null during hotplug

2016-05-25 Thread Shivaprasad bhat
On Wed, May 25, 2016 at 4:06 PM, Pavel Hrdina wrote: > On Wed, May 25, 2016 at 03:49:04AM -0500, Shivaprasad G Bhat wrote: > > Signed-off-by: Shivaprasad G Bhat > > --- > > src/qemu/qemu_driver.c |4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/src/qemu/qemu

Re: [libvirt] [PATCH] Call qemuDomainObjEndJob when qemuCaps is null during hotplug

2016-05-25 Thread Pavel Hrdina
On Wed, May 25, 2016 at 03:49:04AM -0500, Shivaprasad G Bhat wrote: > Signed-off-by: Shivaprasad G Bhat > --- > src/qemu/qemu_driver.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c > index 249393a..3f26f1f 100644 >

[libvirt] [PATCH] Call qemuDomainObjEndJob when qemuCaps is null during hotplug

2016-05-25 Thread Shivaprasad G Bhat
Signed-off-by: Shivaprasad G Bhat --- src/qemu/qemu_driver.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 249393a..3f26f1f 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -8237,7 +8237,7 @@ qem