[XenPPC] Re: patch flow

2007-01-03 Thread Hollis Blanchard
On Sun, 2006-12-17 at 18:00 +, Xen patchbot-xenppc-unstable wrote: > # HG changeset patch > # User Jimi Xenidis <[EMAIL PROTECTED]> > # Node ID b04e24db308f2215c6bafaf358d1c10da79f244f > # Parent 965d3e42dddaf5971001f7d172d192f925537644 > [XEN][POWERPC] get cpu_*_maps correct so physinfo and a

[XenPPC] [patch] multiboot2 support

2007-01-03 Thread Hollis Blanchard
Xen on x86 uses GRUB's "multiboot" capabilities to load an arbitrary number of images, including Xen, dom0 kernel, dom0 initrd, and ACM policy. On PowerPC, we've had to build Xen, the dom0 kernel and the dom0 initrd all into the same file to get them loaded. Since we currently boot directly from Op

[XenPPC] Re: [Xen-devel] _text vs _start

2007-01-03 Thread Hollis Blanchard
On Wed, 2007-01-03 at 21:32 +, Keir Fraser wrote: > On 3/1/07 9:22 pm, "Hollis Blanchard" <[EMAIL PROTECTED]> wrote: > > > On Wed, 2007-01-03 at 15:07 -0600, Hollis Blanchard wrote: > >> Given that you do arithmetic with _end, can you explain why you're not > >> using _start, which is a standa