]> xenbits.xensource.com Git - libvirt.git/commit
libxl: Unconditionally call virSysinfoRead() on driver init
authorJim Fehlig <jfehlig@suse.com>
Wed, 4 Sep 2013 22:59:59 +0000 (16:59 -0600)
committerJim Fehlig <jfehlig@suse.com>
Thu, 5 Sep 2013 06:42:27 +0000 (00:42 -0600)
commitb78e8cb2ec14ef243fbd578835b200f6d9ad31dc
tree9720edea3f3c12511485217cfb934b30de6a23f4
parent3fed82daa4707bb61cd1020ae759240d9ad5d798
libxl: Unconditionally call virSysinfoRead() on driver init

No need to check if privileged when reading hostsysinfo, since
that check was already done in libxlDriverShouldLoad().  The
libxl driver fails to load if not privileged.
src/libxl/libxl_driver.c