From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Re: Summary of Xen/pv_ops changes/additions in upcoming Linux 2.6.28? Date: Wed, 26 Nov 2008 22:01:33 +0000 Message-ID: <1227736893.27529.26.camel@localhost.localdomain> References: <20081125210725.GG15052@edu.joroinen.fi> <87ljv6ztj8.fsf@tac.ki.iif.hu> <20081126115025.GO15052@edu.joroinen.fi> <874p1uy7jb.fsf@tac.ki.iif.hu> <1227704389.9425.122.camel@zakaz.uk.xensource.com> <20081126174145.GT15052@edu.joroinen.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20081126174145.GT15052@edu.joroinen.fi> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Pasi =?ISO-8859-1?Q?K=E4rkk=E4inen?= Cc: Ferenc Wagner , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Wed, 2008-11-26 at 19:41 +0200, Pasi K=E4rkk=E4inen wrote: > Uhm.. did I get it correctly?: >=20 > -686-bigmem (PAE) is the pv_ops 32 bit domU kernel. > -686-xen is the non-pv_ops (Suse patched) dom0/domU kernel > -amd64-xen is the non-pv_ops (Suse patched) dom0/domU kernel Close, the last two are named the other way round, It's: -686-bigmem (PAE) is the pv_ops 32 bit domU kernel. -xen-686 is the non-pv_ops (Suse patched) dom0/domU kernel -xen-amd64 is the non-pv_ops (Suse patched) dom0/domU kernel Ian.