Re: VIO work complete Was: [XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWERPC] Enable PowerPC use of netback

2006-10-17 Thread Tony Breeds
On Wed, Oct 11, 2006 at 08:14:41AM +1000, Tony Breeds wrote: > Which ones? I'll fix them when I get back. I haven't tested this on a full run or on x86 but it helps here. --- tools/xm-test/lib/XmTestLib/XenDomain.py |3 +++ 1 file changed, 3 insertions(+) --- diff -r a1fdeb2c6d77 tools/xm

[XenPPC] [PATCH] Fix build breakage in powerpc64/xc_linux_build.c

2006-10-17 Thread Tony Breeds
The patch "[SOLARIS] Don't build ptrace code on Solaris." from xen-unstable now causes siginfo.h to be included which #defines "si_addr" to "_sifields._sigfault.si_addr". and breaks the build of powerpc64/xc_linux_build.c. This patch renames si_addr -> start_info_addr si -> start_info (for

[XenPPC] [PATCH] Add Prose Domain Builder

2006-10-17 Thread jappavoo
The following patch addes a Prose domain builder. For the moment it is a clone of the linux ppc64 builder but will diverge quickly. Signed-off-by: Jonathan Appavoo <[EMAIL PROTECTED]> --- diff -r b5c1397cdc1b tools/libxc/powerpc64/Makefile --- a/tools/libxc/powerpc64/MakefileSat Oct 07 10

Re: [XenPPC] Xen boot error: known issue?

2006-10-17 Thread Jimi Xenidis
On Oct 17, 2006, at 5:27 PM, David M Daly wrote: Hi, Wanted to let you know that we are trying some things out under Xen now with our CSO environment. A few times when we've booted the system we've seen a Xen error message to the effect of too many spurious interrupts, this is a known i

[XenPPC] Automated reliability report for Xen/PPC

2006-10-17 Thread Amos Waterland
An automated process has booted Xen on three JS21 blades a total of 663 times, recording 0 failures and 640 passes, using a correctness criteria of the creation of four domU's. changeset : 3dfeb3e4a03f machines: cso96 cso97 cso102 cso103 cso104 pass: 640 fail: 0 transien

[XenPPC] Xen boot error: known issue?

2006-10-17 Thread David M Daly
Hi, Wanted to let you know that we are trying some things out under Xen now with our CSO environment. A few times when we've booted the system we've seen a Xen error message to the effect of too many spurious interrupts, this is a known issues, rebooting, let the machine cool down. The full messa

[XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWERPC] remove mpic pointer hack.

2006-10-17 Thread Xen patchbot-linux-ppc-2 . 6
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID 968ced1469e8cbf36d00f437ac084bf064f6df00 # Parent ad4044d0582162bf98e21bbe6a9c5c3d400e659f [LINUX][XEN][POWERPC] remove mpic pointer hack. Since we now allocate the mpic in this file we can get it here rather than use the hack

[XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWERPC] remove xen_idle()

2006-10-17 Thread Xen patchbot-linux-ppc-2 . 6
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID ad4044d0582162bf98e21bbe6a9c5c3d400e659f # Parent 933b1d114a89abe409b50b948c39d3b28dd3e02f [LINUX][XEN][POWERPC] remove xen_idle() It is dead code now Signed-off-by: Jimi Xenidis <[EMAIL PROTECTED]> --- arch/powerpc/platform