From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [Q]Which part of Xen is in slated for 2.6.23 kernel release? Date: Sat, 21 Jul 2007 13:42:06 +0100 Message-ID: References: <6bc632150707210421q1397d529n5945ed943304b815@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <6bc632150707210421q1397d529n5945ed943304b815@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: pradeep singh rautela Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On 21/7/07 12:21, "pradeep singh rautela" wrote: >> The scope of the patches is domU guest support. Vanilla linux 2.6.23 will >> not support running as dom0 (Jeremy is working on this for a future Linux >> release). Nor does it contain the hypervisor code itself -- you have to >> obtain the Xen hypervisor separately from the kernel sources. > > Great!!! > So this means 2.6.23 vanilla kernel can be compiled as a domU natively, right? Yes. In fact the paravirt_ops framework means that you can build a single kernel that will work natively or on Xen (or on VMware or lguest or ...). -- Keir