• D
    Make sure xenHypervisorInit correctly reports errors · 95218aa4
    Daniel P. Berrange 提交于
    The xenHypervisorInit method was called from two different
    locations, during initial driver registration and also while
    opening a Xen connection. The former can't report any useful
    errors to the end user/app, so remove it. To ensure thread
    safety use a VIR_ONCE_GLOBAL_INIT call to invoke
    xenHypervisorInit from the xenHypervisorOpen method.
    95218aa4
xen_hypervisor.c 111.7 KB