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

[Xen-users] Menuconfig'ing Xen, applying patches

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Menuconfig'ing Xen, applying patches
From: Luke <secureboot@xxxxxxxxx>
Date: Mon, 29 Jan 2007 11:04:20 -0500
Delivery-date: Mon, 29 Jan 2007 08:04:24 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.9 (X11/20070103)
I need to apply patches to the Xen kernel (I'm using the latest
xen-unstable).  After doing so, I need to
enable some new options that appear during menuconfig.

I am aware that the bottom of the README reads thusly:
make linux-2.6-xen-config CONFIGMODE=menuconfig     (or xconfig)
make linux-2.6-xen-build
make linux-2.6-xen-install


My sequence:
put patch in patches/linux-2.6.18
edit the series file to apply this patch

I then run make linux-2.6-xen-config CONFIGMODE=menuconfig, where I
enable my new options.

However, the config file that gets put into dist/ or build-linux-2.6.18/
doesn't reflect the menuconfig changes, once I run make
linux-2.6-xen-build.  Why is this?  How do I actually patch and
configure a Xen kernel?  I used to menuconfig directly in the
linux-2.6.18-xen directory, but that throws an error nowadays, asking me
to make mrproper.

What procedure will actually work here?

(I tried to post a similar question to xen-devel a while ago, but I
don't think the message went through - sorry for any duplicates)

-- 
Luke

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Menuconfig'ing Xen, applying patches, Luke <=