From: John Byrne <john.l.byrne@hp.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] Allow blktap to build as a module
Date: Tue, 02 Jan 2007 16:58:31 -0800 [thread overview]
Message-ID: <459AFFB7.3060209@hp.com> (raw)
[-- 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
next reply other threads:[~2007-01-03 0:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-03 0:58 John Byrne [this message]
2007-01-03 8:12 ` [PATCH] Allow blktap to build as a module 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=459AFFB7.3060209@hp.com \
--to=john.l.byrne@hp.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.