]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
libxl: remove libxlVmReap function
authorJim Fehlig <jfehlig@suse.com>
Wed, 12 Feb 2014 22:22:18 +0000 (15:22 -0700)
committerJim Fehlig <jfehlig@suse.com>
Wed, 19 Feb 2014 18:10:00 +0000 (11:10 -0700)
commit343119a44b1fe0067516b934a841ff391da80792
tree5be67a8ef20cf10da65852c010ab0ef2bc8363d6
parent219d34cfe280da7674ab91a8d2be7a1aa67cec37
libxl: remove libxlVmReap function

This function, which only has five call sites, simply calls
libxl_domain_destroy and libxlVmCleanup.  Call those functions
directly at the call sites, allowing more control over how a
domain is destroyed and cleaned up.  This patch maintains the
existing semantic, leaving changes to a subsequent patch.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
src/libxl/libxl_driver.c