mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
remote: stop trying to load Xen driver module
The Xen driver was recently deleted, but libvirtd has left over code that tries to use it. Fortunately this is dead code because WITH_XEN will never be defined anymore. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -328,9 +328,6 @@ static void daemonInitialize(void)
|
||||
#ifdef WITH_NWFILTER
|
||||
VIR_DAEMON_LOAD_MODULE(nwfilterRegister, "nwfilter");
|
||||
#endif
|
||||
#ifdef WITH_XEN
|
||||
VIR_DAEMON_LOAD_MODULE(xenRegister, "xen");
|
||||
#endif
|
||||
#ifdef WITH_LIBXL
|
||||
VIR_DAEMON_LOAD_MODULE(libxlRegister, "libxl");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user