Load all known backend drivers fron xenlinux and pvops based dom0
kernels. There is currently no code in xend or libxl to load these
drivers on demand. Currently libxl has also no helpful error message if
a backend driver is missing.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
modprobe xen-gntalloc 2>/dev/null
modprobe xen-blkback 2>/dev/null
modprobe xen-netback 2>/dev/null
+ modprobe xen-pciback 2>/dev/null
modprobe evtchn 2>/dev/null
modprobe gntdev 2>/dev/null
+ modprobe netbk 2>/dev/null
+ modprobe blkbk 2>/dev/null
+ modprobe xen-scsibk 2>/dev/null
+ modprobe usbbk 2>/dev/null
+ modprobe pciback 2>/dev/null
modprobe xen-acpi-processor 2>/dev/null
mkdir -p /var/run/xen