From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH] xen-pciback: Add MODULE_ALIAS for pciback. Date: Wed, 20 Aug 2014 13:20:29 -0400 Message-ID: <20140820172029.GA5089__47275.8829281249$1408555345$gmane$org@laptop.dumpdata.com> References: <1408552838-4032-1-git-send-email-konrad.wilk@oracle.com> <1408552838-4032-2-git-send-email-konrad.wilk@oracle.com> <1408555132.16955.5.camel@hastur.hellion.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XK9Yr-0002JS-BU for xen-devel@lists.xenproject.org; Wed, 20 Aug 2014 17:20:37 +0000 Content-Disposition: inline In-Reply-To: <1408555132.16955.5.camel@hastur.hellion.org.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org List-Id: xen-devel@lists.xenproject.org On Wed, Aug 20, 2014 at 06:18:52PM +0100, Ian Campbell wrote: > On Wed, 2014-08-20 at 12:40 -0400, Konrad Rzeszutek Wilk wrote: > > The rest of the Xen device drivers use an module alias > > to load devices when they shop up in XenBus. > > "show". > > > > MODULE_LICENSE("Dual BSD/GPL"); > > MODULE_ALIAS("xen-backend:pci"); > > +MODULE_ALIAS("xen:pci"); > > Isn't that xen-backend:pci already the right thing for a backend device? > xen: is for frontends, I thought. Oh, you are right. Cool! Thanks! > > Ian. >