]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: use job functions in libxlVmStart
authorJim Fehlig <jfehlig@suse.com>
Thu, 6 Feb 2014 22:21:36 +0000 (15:21 -0700)
committerJim Fehlig <jfehlig@suse.com>
Wed, 19 Feb 2014 18:10:00 +0000 (11:10 -0700)
commit491593e840978d5c49e1a7d8f9c2a39c27703a20
treea258382f5eb46dc6e99b3307f8de5088ecc82838
parent4b4b61c329534f61512e0ed0c6db7b721c35cabe
libxl: use job functions in libxlVmStart

Creating a large domain could potentially be time consuming.  Use the
recently added job functions and unlock the virDomainObj while
the create operation is in progress.

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