[XenPPC] Re: [Xen-devel] [PATCH][XEN][POWERPC] allocate shadow memory for PPC Linux domains

2006-12-09 Thread Keir Fraser
On 8/12/06 8:25 pm, Hollis Blanchard [EMAIL PROTECTED] wrote: Allocate shadow memory for PPC Linux domains. Signed-off-by: Hollis Blanchard [EMAIL PROTECTED] Just check all these patches into the PPC tree and I¹ll merge them into unstable with the rest. I always check the diff when I merge

Re: [XenPPC] xend and routes

2006-12-09 Thread poff
BTW: If you would like to have DomUs to have access to the outside world then you also want to make sure you have ip forwarding turned on: # echo 1 /proc/sys/net/ipv4/ip_forward forever change IP_FORWARD= from no to yes in /etc/sysconfig/sysctl 'ip forwarding' is not necessary - I

[XenPPC] [PATCH] Fix systemsim-gpul failure to boot

2006-12-09 Thread Amos Waterland
At present, Xen/PPC fails to boot on the systemsim-gpul public release, as first reported here by Mark Mergen. The symptom of the failure is a Could not allocate RTAS tree panic. The problem turned out to be that the first interrupt vector page was being handed out by the allocator, and one of

Re: [XenPPC] [PATCH] Fix systemsim-gpul failure to boot

2006-12-09 Thread Amos Waterland
On Sat, Dec 09, 2006 at 11:05:31PM -0500, Amos Waterland wrote: This patch fixes the fencepost error and adds a check for the failure to initialize the allocator, which would have make Mark's FTB much easier to debug. This works for me on the public systemsim-gpul release. Signed-off-by: Amos