[libvirt] [PATCH 0/3] libxl: improve libxlDomainStart error handling

Jim Fehlig jfehlig at suse.com
Tue Mar 29 00:54:46 UTC 2016


libxlDomainStart allocates and reserves resources, which should be cleaned
up on error paths. This small series is based on Chunyan's patch to do the
same [0]. It breaks the patch into three patches to ease review and better
understand the changes.

[0] https://www.redhat.com/archives/libvir-list/2016-March/msg00929.html
Chunyan Liu (1):
  libxl: fix resource leaks in libxlDomainStart error paths

Jim Fehlig (2):
  libxl: rename cleanup_dom label
  libxl: only disable domain death events in libxlDomainCleanup

 src/libxl/libxl_domain.c | 44 ++++++++++++++++++++------------------------
 1 file changed, 20 insertions(+), 24 deletions(-)

-- 
2.1.4




More information about the libvir-list mailing list