From 46fd612389fa7028a638ea9ad5c371b9db4e9ad1 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 13 Aug 2012 14:11:22 +0100 Subject: 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 Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/hotplug/Linux/init.d/xencommons | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/hotplug') diff --git a/tools/hotplug/Linux/init.d/xencommons b/tools/hotplug/Linux/init.d/xencommons index aa33aa509d..25e0e2d8eb 100644 --- a/tools/hotplug/Linux/init.d/xencommons +++ b/tools/hotplug/Linux/init.d/xencommons @@ -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 -- cgit v1.2.3