* [PATCH] tools: init.d/Linux/xencommons: load all known backend drivers
@ 2012-08-10 19:45 Olaf Hering
2012-08-13 13:11 ` Ian Jackson
0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2012-08-10 19:45 UTC (permalink / raw)
To: xen-devel
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1344622797 -7200
# Node ID 25849858146fabf682b8dbc88c33fe48c4522a30
# Parent 7ce01c435f5a8b22da8469bc3947bfd32dd4a2f9
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@aepfle.de>
diff -r 7ce01c435f5a -r 25849858146f tools/hotplug/Linux/init.d/xencommons
--- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] tools: init.d/Linux/xencommons: load all known backend drivers
2012-08-10 19:45 [PATCH] tools: init.d/Linux/xencommons: load all known backend drivers Olaf Hering
@ 2012-08-13 13:11 ` Ian Jackson
0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2012-08-13 13:11 UTC (permalink / raw)
To: Olaf Hering; +Cc: xen-devel
Olaf Hering writes ("[Xen-devel] [PATCH] tools: init.d/Linux/xencommons: load all known backend drivers"):
> 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@aepfle.de>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-13 13:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10 19:45 [PATCH] tools: init.d/Linux/xencommons: load all known backend drivers Olaf Hering
2012-08-13 13:11 ` Ian Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).