]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
libxl: Move setup of child processing code to driver initialization
authorJim Fehlig <jfehlig@suse.com>
Mon, 2 Feb 2015 23:19:34 +0000 (16:19 -0700)
committerJim Fehlig <jfehlig@suse.com>
Tue, 24 Mar 2015 21:03:54 +0000 (15:03 -0600)
commit331a02a701ee5ca697ef3481f9c5977f5dd67230
treeb53725765b772d5200d455e09f6478f4612ee736
parent57db83ae3b822c75e44278f98d32b2a9b067ac3e
libxl: Move setup of child processing code to driver initialization

Informing libxl how to handle its child proceses should be done once
during driver initialization, not once for each domain-specific
libxl_ctx object.  The related libxl documentation in
$xen-src/tools/libxl/libxl_event.h even mentions that "it is best to
call this at initialisation".

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