WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: HOWTO make PV drivers for 2.6.32.11 domU HVM

To: Alex Bligh <alex@xxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: HOWTO make PV drivers for 2.6.32.11 domU HVM
From: Alex Bligh <alex@xxxxxxxxxxx>
Date: Sat, 24 Apr 2010 23:01:24 +0100
Cc: Alex Bligh <alex@xxxxxxxxxxx>
Delivery-date: Sat, 24 Apr 2010 15:04:45 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <B899353175F8E86E830733F9@xxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <B899353175F8E86E830733F9@xxxxxxxxxxxxx>
Reply-to: Alex Bligh <alex@xxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx


--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

<Prev in Thread] Current Thread [Next in Thread>