Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
libvirt.17937
13e81fc6-libxl-EndJob-on-error.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 13e81fc6-libxl-EndJob-on-error.patch of Package libvirt.17937
commit 13e81fc6fad03aa6b6ecf4230f44b2ea55078229 Author: Jim Fehlig <jfehlig@suse.com> Date: Fri Mar 16 15:22:45 2018 -0600 libxl: call EndJob in error case If starting the domain fails in libxlDomainCreateXML, we mistakenly jumped to cleanup without calling libxlDomainObjEndJob. Remove the jump to 'cleanup'. Signed-off-by: Jim Fehlig <jfehlig@suse.com> Reviewed-by: John Ferlan <jferlan@redhat.com> Index: libvirt-4.0.0/src/libxl/libxl_driver.c =================================================================== --- libvirt-4.0.0.orig/src/libxl/libxl_driver.c +++ libvirt-4.0.0/src/libxl/libxl_driver.c @@ -1068,7 +1068,6 @@ libxlDomainCreateXML(virConnectPtr conn, if (!vm->persistent) { virDomainObjListRemove(driver->domains, vm); virObjectLock(vm); - goto cleanup; } goto endjob; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor