All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Allow blktap to build as a module
@ 2007-01-03  0:58 John Byrne
  2007-01-03  8:12 ` Jan Beulich
  0 siblings, 1 reply; 6+ messages in thread
From: John Byrne @ 2007-01-03  0:58 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 139 bytes --]


The patch is against xen-unstable 13205:886f7312257e, but should also 
apply to 3.0.4.

Signed-off-by: John Byrne <john.l.byrne@hp.com>



[-- Attachment #2: tapmod.patch --]
[-- Type: text/x-patch, Size: 474 bytes --]

diff -r f80f1cc7f85e linux-2.6-xen-sparse/drivers/xen/blktap/Makefile
--- a/linux-2.6-xen-sparse/drivers/xen/blktap/Makefile	Wed Dec 20 09:48:21 2006 +0000
+++ b/linux-2.6-xen-sparse/drivers/xen/blktap/Makefile	Thu Dec 28 20:37:08 2006 -0600
@@ -1,3 +1,6 @@ LINUXINCLUDE += -I../xen/include/public/
 LINUXINCLUDE += -I../xen/include/public/io
-obj-y	:= xenbus.o interface.o blktap.o 
 
+obj-$(CONFIG_XEN_BLKDEV_TAP) := blktp.o
+
+blktp-y	:= xenbus.o interface.o blktap.o 
+

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

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

end of thread, other threads:[~2007-01-03 18:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-03  0:58 [PATCH] Allow blktap to build as a module John Byrne
2007-01-03  8:12 ` Jan Beulich
2007-01-03  8:20   ` Keir Fraser
2007-01-03  8:41     ` Jan Beulich
2007-01-03 12:45       ` Daniel P. Berrange
2007-01-03 18:15     ` John Byrne

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.