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

[XenPPC] FYI: domain memory allocation fixed

To: xen-ppc-devel <xen-ppc-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [XenPPC] FYI: domain memory allocation fixed
From: Hollis Blanchard <hollisb@xxxxxxxxxx>
Date: Wed, 02 Aug 2006 14:09:31 -0500
Delivery-date: Wed, 02 Aug 2006 12:08:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
FYI, I just pushed a patch that properly allocates domain memory from
Xen's allocator. Before, we were simply scribbling over memory without
consulting the allocator. As it turns out, the hang I was experiencing
when starting the first domU was caused by this scribbling: we were
overwriting (at least) part of the 'heap' data structure.

I haven't changed the hardcoded domain=64MB, but this patch removes the
assumption from the DOM0_GETMEMLIST code, so that's goodness.

One other note... all domains now start with 64MB (the RMA). The domain
builders then try to add more memory, which goes over the maxmem limit
they set, and you'll see some error messages about that. Should be
harmless, but we'll need to figure out the right fix to push into the
tools (i.e. xend).

I won't push this into the -merge tree until other people have tested it
a little. I will be out tomorrow and Friday, so if I have broken you and
you're not interested in debugging, please:
a) open a bug (with lots of details, console logs, etc) at
bugzilla.xensource.com and assign it to me
b) back off to a previous changeset so you can continue to work happily.
In this case, you can get the previous changeset by running 'hg update
7f21d87ec95d'

-- 
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>
  • [XenPPC] FYI: domain memory allocation fixed, Hollis Blanchard <=