xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Automatic loading of xen-evtchn module in Xen 4.0.0?
@ 2010-03-27 17:32 Pasi Kärkkäinen
  2010-03-27 22:18 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 8+ messages in thread
From: Pasi Kärkkäinen @ 2010-03-27 17:32 UTC (permalink / raw)
  To: xen-devel

Hello,

xend automatically mounts /proc/xen, but it doesn't try loading evtchn or xen-evtchn modules.
Should we add automatic loading of these modules? 

xend doesn't start if xen event channel functionality is missing.

Fedora Xen rpms do load modules automatically, like this:

# cat /etc/sysconfig/modules/xen.modules
#!/bin/sh

test -d /proc/xen                               || exit 0
test -f /proc/xen/capabilities                  || mount -t xenfs xen /proc/xen
test -f /proc/xen/capabilities                  || exit 0
grep -q "control_d" /proc/xen/capabilities      || exit 0

for module in xen-evtchn evtchn blkbk netbk; do
        modprobe ${module} >/dev/null 2>&1
done

-- Pasi

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-03-31 13:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-27 17:32 Automatic loading of xen-evtchn module in Xen 4.0.0? Pasi Kärkkäinen
2010-03-27 22:18 ` Jeremy Fitzhardinge
2010-03-30  9:44   ` Ian Campbell
2010-03-30 14:22     ` Konrad Rzeszutek Wilk
2010-03-30 14:26       ` Ian Campbell
2010-03-30 22:47     ` Jeremy Fitzhardinge
2010-03-31  8:40       ` Ian Campbell
2010-03-31 13:39         ` Konrad Rzeszutek Wilk

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).