Re: [XenPPC] [xenppc-unstable] [POWERPC][XEN] Allocate more memory than RMA for Dom0

2006-08-28 Thread Jimi Xenidis
On Aug 28, 2006, at 11:47 AM, Hollis Blanchard wrote: On Sun, 2006-08-27 at 20:20 +, Xen patchbot-xenppc-unstable wrote: +/* make sure we are at least as big as the RMA */ +if (dom0_nrpages < rma_nrpages) +dom0_nrpages = rma_nrpages; +else +dom0_nrpages = alloc

Re: [XenPPC] [xenppc-unstable] [POWERPC][XEN] Allocate more memory than RMA for Dom0

2006-08-28 Thread Hollis Blanchard
On Sun, 2006-08-27 at 20:20 +, Xen patchbot-xenppc-unstable wrote: > @@ -155,13 +159,36 @@ int construct_dom0(struct domain *d, > /* By default DOM0 is allocated all available memory. */ > d->max_pages = ~0U; > > +/* default is the max(1/16th of memory, CONFIG_MIN_DOM0_PAGES) */

[XenPPC] [xenppc-unstable] [POWERPC][XEN] Allocate more memory than RMA for Dom0

2006-08-27 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID f8233165fb80982c36cc8a124c6e017821805843 # Parent 228d1441ee7207d56400aa455e57ca68ad6c5729 [POWERPC][XEN] Allocate more memory than RMA for Dom0 The following patch will only effect Dom0 at the moment and allow it to be create