Re: [libvirt] [PATCH] libxl: Unconditionally call virSysinfoRead() on driver init

2013-09-05 Thread Jim Fehlig
Eric Blake wrote: On 09/04/2013 05:07 PM, Jim Fehlig wrote: No need to check if priviledged when reading hostsysinfo, since that check was already done in libxlDriverShouldLoad(). The libxl driver fails to load if not priviledged. s/priviledged/privileged/ (twice)

[libvirt] [PATCH] libxl: Unconditionally call virSysinfoRead() on driver init

2013-09-04 Thread Jim Fehlig
No need to check if priviledged when reading hostsysinfo, since that check was already done in libxlDriverShouldLoad(). The libxl driver fails to load if not priviledged. Signed-off-by: Jim Fehlig jfeh...@suse.com --- src/libxl/libxl_driver.c | 3 +-- 1 file changed, 1 insertion(+), 2

Re: [libvirt] [PATCH] libxl: Unconditionally call virSysinfoRead() on driver init

2013-09-04 Thread Eric Blake
On 09/04/2013 05:07 PM, Jim Fehlig wrote: No need to check if priviledged when reading hostsysinfo, since that check was already done in libxlDriverShouldLoad(). The libxl driver fails to load if not priviledged. s/priviledged/privileged/ (twice) Signed-off-by: Jim Fehlig jfeh...@suse.com