I recently got a few hours on a Maple development board. I wanted to
boot with an nfsroot, but I didn't want to risk changing the bootargs
saved in the PIBS firmware. This patch lets Xen choose to override the
bootargs supplied by the firmware if the user specifies `bootargs=builtin'.
Signed-off
The changeset below solve the ramdisk freeing error we see on DomUs.
This issue hit Dan consistently so we adjusted his Dom1 script to
allocate more memory which allowed his linux to be usable.
Dan, please pull/rebuild and change your memory back to 64 MiB and
see if this solves the big proble
# HG changeset patch
# User Jimi Xenidis <[EMAIL PROTECTED]>
# Node ID 7a20fed8be73857abe33d308ed27099efbff4a3c
# Parent 1d9c135673e4db41789d730d843c9e5f8de3a4eb
[POWERPC][TOOLS] flatdevtree requires us to reserve the ramdisk
The following patch solves the DomU:
Freeing initrd memory: 3137k fre
# HG changeset patch
# User Jimi Xenidis <[EMAIL PROTECTED]>
# Node ID 2d41938a5599faf3b03c74b04e353b9aef1c9a9c
# Parent 88f394c082fc543e7826b880ac5b9694b3b94559
[POWERPC][XEN] Sync console around program exceptions
Signed-off-by: Jimi Xenidis <[EMAIL PROTECTED]>
---
xen/arch/powerpc/exceptions.
# HG changeset patch
# User Jimi Xenidis <[EMAIL PROTECTED]>
# Node ID 1d9c135673e4db41789d730d843c9e5f8de3a4eb
# Parent 2d41938a5599faf3b03c74b04e353b9aef1c9a9c
[POWERPC][XEN] Add newlines on multiline output and dump SLB on SLB errors
Signed-off-by: Jimi Xenidis <[EMAIL PROTECTED]>
---
xen/arc