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

Re: [Xen-devel] xen.git branch reorg - patches for dom0 in 2.6.29 or 2.6

To: xen-devel@xxxxxxxxxxxxxxxxxxx, Anthony Wright <anthony@xxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] xen.git branch reorg - patches for dom0 in 2.6.29 or 2.6.30?
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Mon, 27 Apr 2009 10:50:24 -0700 (PDT)
Cc: jeremy@xxxxxxxx
Delivery-date: Mon, 27 Apr 2009 10:51:09 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1240854624; bh=86rL6IilQyzEgdskgncTMVaXr87k8bxKcP8ukZBPAuM=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=n9WbIVs+XmWXurpyb61+Av026EQktMCbX1mX3LYRwpuEsStyZJbC4phQFAV29Py9mYWh7UcMGSzVw+juJRI5au95SkM165M5gG/1wnEvViYeqQ5SwPEcJFbOAFlouf3d0gb+8X3m5Xjz3j9VVncORIa6JNwkHUQSK+Cfv/PqP/o=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=iZyfPykbz62tND4vOHhp4Dmjb2yuzDfAaoZLazglYK6gNsrHpPcGmYwOik0do0oBKkdEMJ7CJcySDHFWIE5JWdsz3s5ZlDCLu3tOxLIJJPfiegXGX6ovzTaOjbCTr1jEjSG3kIb26ZStY1HHwUpwFgc5KrHtKHlWZVcQ0qUBg7E=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <49F5BE8D.8040201@xxxxxxxxxxxxxxx>
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>
Reply-to: bderzhavets@xxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
************************
Update on 04/23/2009
************************
Per Jeremy Fitzhardinge :-
The new branch structure is similar to the old one in overall layout. There are two “merged” branches:
* xen-tip/master - will try to keep as a known-working branch, with only tested changes
* xen-tip/next - current bleeding edge; should at least compile

Just a way to build on Ubuntu Server 8.10 (64-bit) :-

# cd /usr/src
# hg clone http://xenbits.xensource.com/xen-unstable.hg
# cd xen-unstable.hg
# make xen
# make install-xen
# make tools
# make install-tools

Install packages

# apt-get install build-essential libncurses5-dev gawk mercurial

To check out a working tree, use :-

# git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen
# cd linux-2.6-xen
#
git checkout origin/xen-tip/next -b xen-tip/next
# make menuconfig
# make
# make modules_install install
# mkinitramfs -o /boot/initrd-2.6.30-rc3-tip.img 2.6.30-rc3-tip

Add to /etc/fstab :-

none /proc/xen xenfs defaults 0 0

Boot with grub entry :-

title Xen 3.4 / Ubuntu 8.10, kernel 2.6.29-tip
uuid 9efba9a5-9f2b-4bf6-b8b5-7d6d53eb02d9
kernel /boot/xen-3.4.gz
module /boot/vmlinuz-2.6.30-rc3-tip root=/dev/sdb14 ro console=tty0
module /boot/initrd-2.6.30-rc3-tip.img


Details:-
http://bderzhavets.wordpress.com/2009/03/29/setup-xen-unstable-dom0-with-2629-tip-pvops-enabled-kernel/

Boris



--- On Mon, 4/27/09, Anthony Wright <anthony@xxxxxxxxxxxxxxx> wrote:
From: Anthony Wright <anthony@xxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] xen.git branch reorg - patches for dom0 in 2.6.29 or 2.6.30?
To: xen-devel@xxxxxxxxxxxxxxxxxxx
Cc: jeremy@xxxxxxxx
Date: Monday, April 27, 2009, 10:17 AM

Jeremy Fitzhardinge wrote:
>Pasi Kärkkäinen wrote:
>>Btw how does dom0 upstreaming look at the moment? Ingo sent pull
>>request about some changes, and those got merged, but how about the
>>rest?
>
>Ingo basically ignored all the Xen changes in the leadup to the merge
>window, then stomped on my attempt to get them merged with Linus, which
>was all pretty annoying. It had the doubly-irritating side-effect of
>casting doubt over the controversy-free domU changes, so they didn't
>get merged in the merge window either; by the time Ingo got around to
>OKing them, the window had closed. So all that got merged in the end
>was the must-have bug fixes.

>Linus isn't going to pull any more major functionality changes in the
>-rc kernels, and certainly isn't going to make an exception for Xen. So
>we're stuck with waiting for the .31 merge window.
>
> J

Given that you think it'll be 2.6.31 before the linux kernel contains
dom0 support (which I guess will be released around Sept/Oct '09), will
you do a release of the code so that people like me who *really* want to
have the latest kernel running as dom0 (to get up to date driver
support) can patch their 2.6.29 (or 2.6.30) kernel. Alternatively could
you give some pointers on how to extract it from git and patch the kernel.

thanks,

Anthony Wright.

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

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>