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

Re: [Xen-users] the right way to install from source

To: "Abel Martín" <abel.martin.ruiz@xxxxxxxxx>
Subject: Re: [Xen-users] the right way to install from source
From: "Chris Fanning" <christopher.fanning@xxxxxxxxx>
Date: Fri, 21 Jul 2006 13:28:48 +0200
Cc: Henning Sprang <henning_sprang@xxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 21 Jul 2006 04:30:04 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uLeCCM69kQnVYIXtrCcj+wFhonXU51ikGK64Svpi1hKaZ+ty//xzWfymnk8LIaXcIghtns+cCpouBOuNC15moXWpgqHSEbxntntVhtufz6lbO0wJR2sx3gVM05YlZ1jMD/iY0xbOSNEzeOj7FLkJ+JTVFDFswCb1Ej66WulkyhI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <915136920607190320y6b4ab343l4b8b637be733d1ad@xxxxxxxxxxxxxx>
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>
References: <215ff4410607190134h42efe4d9xb6a948ad94cd4a38@xxxxxxxxxxxxxx> <5bb00b3f0607190257p65b60cb2s708f7431f2474bcd@xxxxxxxxxxxxxx> <915136920607190320y6b4ab343l4b8b637be733d1ad@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thanks Abel, I'll try that.

On 7/19/06, Abel Martín <abel.martin.ruiz@xxxxxxxxx> wrote:
Hi.

 This is not xen-only stuff, but I use ccache to speed up compilations.
Install it and add these lines to your .bash_profile.

 if [ -d /usr/lib/ccache ] ; then
     PATH=/usr/lib/ccache:"${PATH}"
 fi

 The package files location might vary depending on your distro. It saves a
lot of time when recompiling.


On 7/19/06, Henning Sprang wrote:
> Hi,


On 7/19/06, Chris Fanning wrote:
> [...]
> If I want to recompile the kernel to include or exclude modules, I do
> steps 1, 4, 5.
>
> This works, but is there a better/faster way?

If you want to recompile the kernel, you have to recompile the kernel
- You could make it much faster by removing the part that takes the
most time while recompiling the kernel - recompiling the kernel, but
then, you wouldn't recompile the kernel :)

To be serious: the only way I know you can speed up recompiling the
kernel is removing any unnecessary modules. And if you split into xen0
and xenU kernel, you can cut each single kernel even more, and you are
faster if you ony need to change one of these.

There was a question here once asking which kernel features must keep
in the kernel to keep xen fully working, but was never answered.

Henning

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


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



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

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