From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] xen: rename gntdev and evtdev modules to be less generic Date: Thu, 10 Dec 2009 22:50:04 +0000 Message-ID: <1260485404.2367.4.camel@localhost.localdomain> References: <1260097645-13477-1-git-send-email-ian.campbell@citrix.com> <4B2163CC.7040005@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4B2163CC.7040005@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Fitzhardinge Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Thu, 2009-12-10 at 21:10 +0000, Jeremy Fitzhardinge wrote: > On 12/06/09 03:07, Ian Campbell wrote: > > Also allow gntdev to be built as a module. > > > > I think this breaks auto-loading of evtchn when its a module; It never occurred to me that autoloading would work at all for this driver, I always just load the module explicitly by listing in /etc/modules. What triggers (or is supposed to trigger) autoloading? > I suspect xen-backend.rules needs updating to match. That is only to do with making sure the node gets called /dev/xen/evtchn (presumably it would be /dev/evtchn, now /dev/xen-evtchn, otherwise). This works for me. Ian.