Re: [libvirt] [PATCH 2/4] libxl: MigrateConfirm: Dont unlock virDomainObj in helper function

2018-03-16 Thread Jim Fehlig
On 03/14/2018 06:53 AM, John Ferlan wrote: On 03/13/2018 01:26 PM, Jim Fehlig wrote: The libxlDomainMigrateConfirm3Params API locks and ref counts the associated virDomainObj but relies on the helper function libxlDomainMigrationConfirm to unlock the object. Unref'ing the object is not done

Re: [libvirt] [PATCH 2/4] libxl: MigrateConfirm: Dont unlock virDomainObj in helper function

2018-03-15 Thread John Ferlan
On 03/13/2018 01:26 PM, Jim Fehlig wrote: > The libxlDomainMigrateConfirm3Params API locks and ref counts the associated > virDomainObj but relies on the helper function libxlDomainMigrationConfirm > to unlock the object. Unref'ing the object is not done in either function. >

[libvirt] [PATCH 2/4] libxl: MigrateConfirm: Dont unlock virDomainObj in helper function

2018-03-13 Thread Jim Fehlig
The libxlDomainMigrateConfirm3Params API locks and ref counts the associated virDomainObj but relies on the helper function libxlDomainMigrationConfirm to unlock the object. Unref'ing the object is not done in either function. libxlDomainMigrationConfirm is also used by