[XenPPC] Re: [Xen-devel] [PATCH][XEN] __trap_to_gdb should return something different

2006-09-25 Thread Jimi Xenidis
On Sep 25, 2006, at 9:34 AM, Keir Fraser wrote: On 25/9/06 14:27, Jimi Xenidis [EMAIL PROTECTED] wrote: Currently there are two failure cases: 1) GDB had no transport available for its use (UART or otherwise) 2) unexpected trap, usually another trap occurs while gdb is in control I

[XenPPC] [xenppc-unstable] [XEN][POWERPC] Fix compile error in gdbstub.c

2006-09-25 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis [EMAIL PROTECTED] # Node ID acfb1ac23f80286c8b532052f5e4b77f33612636 # Parent 0e83ba62a3a5c3b22ae99ebb6b6b7fe604ddb447 [XEN][POWERPC] Fix compile error in gdbstub.c With crash_debug=y the compiler can't find a prototype for unimplemented(), where

[XenPPC] Help with JS21 disk solution

2006-09-25 Thread Jimi Xenidis
If someone has a JS21 with SLES-10 on the disk, please try the following patch. It seems that I destroyed my filesystem on the blade in DE and need to wait till tomorrow to hare it restored. -JX diff -r acfb1ac23f80 xen/arch/powerpc/dart_u4.c --- a/xen/arch/powerpc/dart_u4.cMon Sep

[XenPPC] Xen on JS21 - Dom0 rootfs on SAN

2006-09-25 Thread David M Daly
I consistently get an error booting Dom0 from a SAN on JS21. I'm using xen_maple_defconfig + QLA2xxx device driver. With an nfsroot boot argument passed in, the system boots fine. With a root=/dev/nfs changed to root=/dev/sdc1 (a lun on the SAN), it mounts the root filesystem, and then fails

Re: [XenPPC] Help with JS21 disk solution

2006-09-25 Thread Segher Boessenkool
@@ -126,6 +126,8 @@ static void u4_inv_entry(ulong pgn) union dart_ctl dc; ulong retries = 0; +return u4_inv_all(); If you need inv_all here, you have a bug elsewhere... Segher ___ Xen-ppc-devel mailing list