]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: libxl: Use per-domain ctx in libxlMakeDomCreateInfo
authorJim Fehlig <jfehlig@suse.com>
Fri, 30 Aug 2013 20:34:10 +0000 (14:34 -0600)
committerJim Fehlig <jfehlig@suse.com>
Tue, 3 Sep 2013 22:43:20 +0000 (16:43 -0600)
commite1f67c90d5246e45321f69ee04288d6368a6bbce
tree54d92bc7d3514821c43fafb0031aaca5c2c26106
parentcb0d49af11a02e0cd41798a69a91dc8f369c9cc4
libxl: libxl: Use per-domain ctx in libxlMakeDomCreateInfo

libxlMakeDomCreateInfo() uses the driver-wide libxl ctx when
it would be more appropriate to use the per-domain ctx
associated with the domain.  Switch to using the per-domain
libxl ctx.
src/libxl/libxl_conf.c