
17 Mar
2014
17 Mar
'14
12:49 p.m.
On 17.03.2014 13:15, Daniel P. Berrange wrote:
+ if (!virFileExists("/proc/xen/capabilities")) { + VIR_INFO("Disabling driver as /proc/xen/capabilities does not exist"); + return false; + }
Oh right, I should have checked the log more carefully in all cases. It would work in all cases but adding unnecessary error messages is not good.