[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] Automatic loading of xen-evtchn module in Xen 4.0.0?



On Sat, 2010-03-27 at 22:18 +0000, Jeremy Fitzhardinge wrote:
> On 03/27/2010 10:32 AM, Pasi KÃrkkÃinen wrote:
> > 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
> >    
> 
> We should be able to make these mount automatically with udev rules, I 
> think, but I'm not sure whether you can do udev rules to mount misc 
> devices (which is what /dev/xen/evtchn is).

I think you mean "modprobe misc devices" not mount.

I see various uses of the MODULE_ALIAS_MISCDEV macro in the kernel --
but I'm not sure what actually causes a matching hotplug event to be
generated, other than trying to open a matching device node which with
udev won't exist until the module is loaded.

Perhaps something in the xen core code (or xenbus?) could generate the
necessary hotplug events for the Xen "platform devices" (like the evtchn
one)?

> I think the front/back xenbus and device drivers are still a bit of a 
> mess with regard to modules; I have to admit I tend to just compile them 
> all in.  It would be nice to get all that properly sorted out so they 
> can be sensibly modularized and auto-loaded as required.  (A good first 
> step would be to systematically work out what compile combinations 
> actually work or fail, hint, hint ;)

AFAIK the frontend driver modules work correctly as modules and distros
have been compiling them modular for a while (Debian certainly has).

The situation is certainly not as rosy for *back. It'd certainly be nice
if some (or all) of the xenbus stuff could become modular too although I
would guess there will be a core which must be compiled in.

Ian.


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.