[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools: init.d/Linux/xencommons: load all known backend drivers
# HG changeset patch # User Olaf Hering <olaf@xxxxxxxxx> # Date 1344863482 -3600 # Node ID 14788c9cb6456c10086c793656bd2d51cf795dc8 # Parent dc4970af48a0a2d7a3e54233bc1aa5e0da0fe44a tools: init.d/Linux/xencommons: load all known backend drivers 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@xxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r dc4970af48a0 -r 14788c9cb645 tools/hotplug/Linux/init.d/xencommons --- a/tools/hotplug/Linux/init.d/xencommons Fri Aug 10 14:41:17 2012 +0200 +++ b/tools/hotplug/Linux/init.d/xencommons Mon Aug 13 14:11:22 2012 +0100 @@ -59,8 +59,14 @@ do_start () { 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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |