Re: [libvirt] [PATCH 2/2] libxl: don't unlock virDomainObj if refcnt is 0

2015-11-19 Thread Daniel P. Berrange
On Wed, Nov 18, 2015 at 03:47:25PM -0700, Jim Fehlig wrote: > Commit 6472e54a unlocks the virDomainObj even if libxlDomainObjEndJob > returns false, indicating that its refcnt has dropped to 0. > > Signed-off-by: Jim Fehlig > --- > src/libxl/libxl_driver.c | 4 +--- > 1 file

Re: [libvirt] [PATCH 2/2] libxl: don't unlock virDomainObj if refcnt is 0

2015-11-19 Thread Joao Martins
On 11/18/2015 10:47 PM, Jim Fehlig wrote: > Commit 6472e54a unlocks the virDomainObj even if libxlDomainObjEndJob > returns false, indicating that its refcnt has dropped to 0. > > Signed-off-by: Jim Fehlig > --- > src/libxl/libxl_driver.c | 4 +--- > 1 file changed, 1

[libvirt] [PATCH 2/2] libxl: don't unlock virDomainObj if refcnt is 0

2015-11-18 Thread Jim Fehlig
Commit 6472e54a unlocks the virDomainObj even if libxlDomainObjEndJob returns false, indicating that its refcnt has dropped to 0. Signed-off-by: Jim Fehlig --- src/libxl/libxl_driver.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git