[XenPPC] Re: [Xen-devel] [PATCH 0/6][TOOLS][XM-TEST] Update xm-test to support new architectures

2006-10-01 Thread Tony Breeds
On Fri, Sep 29, 2006 at 08:56:54PM +1100, Tony Breeds wrote: Hi All, These patches update the xm-test code to be more easily portable to new architecture. This focus od this endevour is PPC but I believe that IA64 also benifits. snip By way of a quick status report. With all thee

Re: [XenPPC] Re: [Xen-devel] [PATCH 0/6][TOOLS][XM-TEST] Update xm-test to support new architectures

2006-10-01 Thread Jimi Xenidis
On Oct 1, 2006, at 2:30 AM, Tony Breeds wrote: On Fri, Sep 29, 2006 at 08:56:54PM +1100, Tony Breeds wrote: Hi All, These patches update the xm-test code to be more easily portable to new architecture. This focus od this endevour is PPC but I believe that IA64 also benifits. snip

Re: [XenPPC] [PATCH 6/6][TOOLS][XM-TEST] Add configuration data for powerpc

2006-10-01 Thread Jimi Xenidis
couple things On Sep 29, 2006, at 5:57 AM, Tony Breeds wrote: Add configuration data for powerpc. Allows for building of initrd, and running of tests. Signed-off-by: Tony Breeds [EMAIL PROTECTED] --- tools/xm-test/lib/XmTestLib/arch.py | 30 +

Re: [XenPPC] xm save: adding couple domctl operations to access htab

2006-10-01 Thread Jimi Xenidis
On Oct 1, 2006, at 1:20 PM, poff wrote: I don't know if I'm off base but have you added appropriate code to linux? specifically arch/powerpc/platforms/xen/hcall.c ? An existing hypercall, viz #36, do_domctl, provides several commands to access guest domains. For example,

Re: [XenPPC] xm save: adding couple domctl operations to access htab

2006-10-01 Thread Jimi Xenidis
On Oct 1, 2006, at 3:33 PM, Jimi Xenidis wrote: On Oct 1, 2006, at 1:20 PM, poff wrote: I don't know if I'm off base but have you added appropriate code to linux? specifically arch/powerpc/platforms/xen/hcall.c ? An existing hypercall, viz #36, do_domctl, provides several commands to

[XenPPC] [xenppc-unstable] [XEN][POWERPC] oops on debug build break

2006-10-01 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis [EMAIL PROTECTED] # Node ID 77373497916f9e24939bf4d9549ba7c67c02c73f # Parent b91cda0fb75535d2008191ef259ecf2441edae23 [XEN][POWERPC] oops on debug build break Signed-off-by: Jimi Xenidis [EMAIL PROTECTED] --- xen/arch/powerpc/papr/xlate.c | 14

[XenPPC] [PATCH] Parse Xen command line properly

2006-10-01 Thread Amos Waterland
We are improperly feeding the entire boot parameter string to Xen's generic command line parser. This can have unexpected results when one of the dom0 parameters, such as console=X, has meaning to the Xen parser. First reported by Maria Butrico. Signed-off-by: Amos Waterland [EMAIL PROTECTED]