
14 Mar
2018
14 Mar
'18
9:20 a.m.
On 03/13/2018 01:26 PM, Jim Fehlig wrote:
ibxlDomObjFromDomain to returns locked and ref counted virDomainObj but
libxlDom...
libxlDomainMigratePerform3Params only unlocks the object on exit. Convert it to use the virDomainObjEndAPI function for cleanup.
Signed-off-by: Jim Fehlig <jfehlig@suse.com> --- src/libxl/libxl_driver.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John