|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: HOWTO make PV drivers for 2.6.32.11 domU HVM
--On 24 April 2010 22:47:24 +0100 Alex Bligh <alex@xxxxxxxxxxx> wrote:
First make a file with this patch in
$ cat > pvdrivers.patch
diff -r 88d9619e21c3 unmodified_drivers/linux-2.6/blkfront/Kbuild
--- a/unmodified_drivers/linux-2.6/blkfront/Kbuild Wed Apr 21 08:36:58
2010 +0100
+++ b/unmodified_drivers/linux-2.6/blkfront/Kbuild Sat Apr 24 22:03:59
2010 +0100
@@ -2,4 +2,4 @@
obj-m += xen-vbd.o
-xen-vbd-objs := blkfront.o vbd.o
+xen-vbd-objs := blkfront.o vbd.o vcd.o
^D
You can omit this step as I do it with perl later, but I'm interested in
why it's needed.
--
Alex Bligh
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|