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] The differences between two patch methods in Xen?

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] The differences between two patch methods in Xen?
From: Zongyun Lai <zlai.zju@xxxxxxxxx>
Date: Sat, 7 Apr 2007 14:45:32 +0800
Delivery-date: Sat, 07 Apr 2007 00:04:08 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:organization:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=RPqu3PpMxpDkjNsoMl/cK3MU/Q50GwG9xQGJlD1s+SjvPWNDjJI2Bx1CB2FnRTMJ18BoLlgBajEwJNyYhvJ9FBM3G35+riu3b19jjBBLORXNJk8pKxgY6j5ILeg+Y4m5wY+1rW8+U25HYsexjhXBkcSfPixyOq/QtEv0p2xKa9w=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:organization:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=nNsYOzJBDMRxoIQJY0i+ktJEU2BgUgcSBcDlvc1Yzs8O7UasyQba2v4uodM2I/ccoVQZemIguSsK11CYG9kJlTJba87GhymsjvsE+nE5cGJD0HLP7rBehZBEKEwhhw1Osna+kh18HzjXBb5wtxit3BJhwY1vfWTFedNqUTlZz0g=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Zhejiang University
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.5
Hi all, 
    I am new to Xen. I have gone through the source code directory of 
xen-unstable, and have kept a log of all the compiling procedure. I noticed 
that 'make dist-kernels' command will apply patches 
from 'patches/linux-2.6.18/' to the vanilla kernel. And after that, the 
command will apply the the so-call 'arch-xen patches' 
in 'linux-2.6-xen-sparse' directory to the patched kernel by 
running ./mkbuildtree command. I found that this procedure is actually 
not 'patching', but just overwrite some .c, .h, Kconfig and Makefile in 
the 'linux-2.6.18-xen' by symbolic links to the 'linux-2.6-xen-sparse' 
directory. 
   So, my question is what is the differences between the two patch 
mechanisms, one in the 'patches' directory, and the other in 
the 'linux-2.6-xen-sparse' directory? That is to say, what is the reason to 
keep them separate instead of keeping them in a common patch pool? 

Cheers, 
          Zongyun


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

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