[XenPPC] updates on making xen...

2006-08-14 Thread Orran Y Krieger
Building xen, cross compiled from an x86 box. Couple of things led me astray on web page: At lest on my box, you needed CROSS_COMPILE=powerpc64-linux- CROSS_COMPILE32=powerpc-linux- So, CROSS32_COMPILE should be CROSS_COMPILE32 I think. Also, where you say: XEN_TARGET_ARCH=powerp64 it

[XenPPC] stupid learning questions

2006-08-16 Thread Orran Y Krieger
spent a while on a wrong track, basically because a #endif didn't say wha tit was an endif for. (in xen/smp.h). I did a quick grep and half the endifs in .h files have a comment that says what #ifdef they correspond to, and the other half do not. Do we have a style for

[XenPPC] current crash

2006-08-24 Thread Orran Y Krieger
Been doing a binary search to find at least one of the things causing a crash. What I have now is that the following call from libOS reliably crashes xen. the call is: rc = hcall_read(ret, flags, idx + i); In the library OS , with parameters: flags - 0, idx = 0 ret = 240948 That coems

Re: [XenPPC] current crash

2006-08-25 Thread Orran Y Krieger
)); Jimi Xenidis [EMAIL PROTECTED] .com To Orran Y Krieger/Watson/[EMAIL PROTECTED

Re: [XenPPC] [PATCH] fix allocation bug in xen console

2006-09-08 Thread Orran Y Krieger
Note, the bug is both in xen/arch/powerpc/of_handler/xencomm.c and in the xencomm.c in the linux drivers directory [EMAIL PROTECTED] wrote on 09/08/2006 10:57:45 AM: On Fri, 2006-09-08 at 09:36 -0400, Maria Butrico wrote: summary: fixes allocation error for xen console area details: