[XenPPC] Re: [Xen-devel] [patch 01/10] Generate headers with arch-specific structs.

2006-12-05 Thread Gerd Hoffmann
Hollis Blanchard wrote: No. It's because (a) I don't have a working cross compiler and (b) because it's the only bigendian architecture, so just generating those headers isn't enough to have any other (xen-supported) architectures access powerpc structs correctly. So I decided to just leave

[XenPPC] Re: [Xen-devel] [patch 01/10] Generate headers with arch-specific structs.

2006-12-05 Thread Hollis Blanchard
On Tue, 2006-12-05 at 09:45 +0100, Gerd Hoffmann wrote: Hollis Blanchard wrote: No. It's because (a) I don't have a working cross compiler and (b) because it's the only bigendian architecture, so just generating those headers isn't enough to have any other (xen-supported) architectures

[XenPPC] [PATCH] Change to add boot param delimiter ||

2006-12-05 Thread Jerone Young
This patch changes the code so can support more than one type delimiter on the command line. Now you can use || as well as --. || works better with SLOF currently available. There is a bug in some cases using SLOF where -- is not treated as desired. Patch has been tested and ready to go.

Re: [XenPPC] [PATCH] Change to add boot param delimiter ||

2006-12-05 Thread Jimi Xenidis
On Dec 5, 2006, at 6:20 PM, Jerone Young wrote: This patch changes the code so can support more than one type delimiter on the command line. Now you can use || as well as --. || works better with SLOF currently available. There is a bug in some cases using SLOF where -- is not treated