Re: [Xen-devel] [PATCH] xen-pciback: Add MODULE_ALIAS for pciback.

2014-11-26 Thread Konrad Rzeszutek Wilk
On Nov 26, 2014 11:39 AM, "Luis R. Rodriguez" wrote: > > On Wed, Aug 20, 2014 at 1:26 PM, Ian Campbell > wrote: > > On Wed, 2014-08-20 at 13:20 -0400, Konrad Rzeszutek Wilk wrote: > >> On Wed, Aug 20, 2014 at 06:18:52PM +0100, Ian Campbell wrote: > >> > On Wed, 2014-08-20 at 12:40 -0400, Kon

Re: [Xen-devel] [PATCH] xen-pciback: Add MODULE_ALIAS for pciback.

2014-11-26 Thread Luis R. Rodriguez
On Wed, Aug 20, 2014 at 1:26 PM, Ian Campbell wrote: > On Wed, 2014-08-20 at 13:20 -0400, Konrad Rzeszutek Wilk wrote: >> 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

Re: [Xen-devel] [PATCH] xen-pciback: Add MODULE_ALIAS for pciback.

2014-08-20 Thread Ian Campbell
On Wed, 2014-08-20 at 13:20 -0400, Konrad Rzeszutek Wilk wrote: > 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

Re: [Xen-devel] [PATCH] xen-pciback: Add MODULE_ALIAS for pciback.

2014-08-20 Thread Konrad Rzeszutek Wilk
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"); > > MO

Re: [Xen-devel] [PATCH] xen-pciback: Add MODULE_ALIAS for pciback.

2014-08-20 Thread Ian Campbell
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-bac