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-ppc-devel

Re: [XenPPC] Launching DomU crashes Xen in xen-unstable

To: jyoung5@xxxxxxxxxx
Subject: Re: [XenPPC] Launching DomU crashes Xen in xen-unstable
From: Hollis Blanchard <hollisb@xxxxxxxxxx>
Date: Wed, 28 Mar 2007 09:36:01 -0500
Cc: xen-ppc-devel <xen-ppc-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 28 Mar 2007 07:34:52 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1175036615.5199.4.camel@laptop>
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: IBM Linux Technology Center
References: <1175036615.5199.4.camel@laptop>
Reply-to: Hollis Blanchard <hollisb@xxxxxxxxxx>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Tue, 2007-03-27 at 18:03 -0500, Jerone Young wrote:
> (XEN) allocated RMA for Dom[1]: 0x42c000000[0x4000000]
> (XEN) PFN is 0x2c000
> (XEN) BUG at mm.c:134 

This is an embarrassing bug.

The machine address we're trying to map is 0x42c000000. That is above
16GB, because the machine has 16GB of RAM plus a 2GB IO hole, meaning
addresses up to 18GB are actually possible.

However, the flag we use to indicate a foreign mapping is the 16GB bit,
0x400000000. (We unfortunately did not start with bits at the top of the
address space.)

Aside from having Xen pick another bit, we will need a Linux patch
because that bit is hardcoded in some assembly.

-- 
Hollis Blanchard
IBM Linux Technology Center


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

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