All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/4] xen/netback: Add module alias for autoloading
@ 2011-06-29 12:41 Bastian Blank
  2011-06-30 16:39 ` Konrad Rzeszutek Wilk
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Bastian Blank @ 2011-06-29 12:41 UTC (permalink / raw)
  To: xen-devel, virtualization, Jens Axboe; +Cc: linux-kernel

Add xen-backend:vif module alias to the xen-netback module. This allows
automatic loading of the module.

Signed-off-by: Bastian Blank <waldi@debian.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 drivers/net/xen-netback/netback.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/xen-netback/netback.c b/drivers/net/xen-netback/netback.c
index 0e4851b..fd00f25 100644
--- a/drivers/net/xen-netback/netback.c
+++ b/drivers/net/xen-netback/netback.c
@@ -1743,3 +1743,4 @@ failed_init:
 module_init(netback_init);
 
 MODULE_LICENSE("Dual BSD/GPL");
+MODULE_ALIAS("xen-backend:vif");
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH 4/4] xen/netback: Add module alias for autoloading
@ 2011-06-29 12:41 Bastian Blank
  0 siblings, 0 replies; 8+ messages in thread
From: Bastian Blank @ 2011-06-29 12:41 UTC (permalink / raw)
  To: xen-devel, virtualization, Jens Axboe; +Cc: linux-kernel

Add xen-backend:vif module alias to the xen-netback module. This allows
automatic loading of the module.

Signed-off-by: Bastian Blank <waldi@debian.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 drivers/net/xen-netback/netback.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/xen-netback/netback.c b/drivers/net/xen-netback/netback.c
index 0e4851b..fd00f25 100644
--- a/drivers/net/xen-netback/netback.c
+++ b/drivers/net/xen-netback/netback.c
@@ -1743,3 +1743,4 @@ failed_init:
 module_init(netback_init);
 
 MODULE_LICENSE("Dual BSD/GPL");
+MODULE_ALIAS("xen-backend:vif");
-- 
1.7.5.4

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

end of thread, other threads:[~2011-06-30 18:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-29 12:41 [PATCH 4/4] xen/netback: Add module alias for autoloading Bastian Blank
2011-06-30 16:39 ` Konrad Rzeszutek Wilk
2011-06-30 16:39 ` Konrad Rzeszutek Wilk
2011-06-30 16:39   ` Konrad Rzeszutek Wilk
2011-06-30 18:19   ` David Miller
2011-06-30 18:19   ` David Miller
2011-06-30 16:39 ` Konrad Rzeszutek Wilk
  -- strict thread matches above, loose matches on Subject: below --
2011-06-29 12:41 Bastian Blank

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.