[XenPPC] [xenppc-unstable] [TOOLS][POWERPC] Add Prose Domain Builder

2006-10-18 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID f6ce35ef6f1c373785cc3ddb5ebd9dcaf4d499d0 # Parent da91bd66504d63394ebef4cd64ff6d1d8a9ae337 [TOOLS][POWERPC] Add Prose Domain Builder The following patch addes a Prose domain builder. For the moment it is a clone of the linux

[XenPPC] [xenppc-unstable] [TOOLS][POWERPC] apply start_info changes to xc_prose_build.c

2006-10-18 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID d408fcf1975a43593d746b2acbe840dbffd911b8 # Parent f6ce35ef6f1c373785cc3ddb5ebd9dcaf4d499d0 [TOOLS][POWERPC] apply start_info changes to xc_prose_build.c Signed-off-by: Jimi Xenidis <[EMAIL PROTECTED]> --- tools/libxc/powerpc6

[XenPPC] [xenppc-unstable] [TOOLS][POWERPC] Fix build breakage in powerpc64/xc_linux_build.c

2006-10-18 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID da91bd66504d63394ebef4cd64ff6d1d8a9ae337 # Parent a1fdeb2c6d77d626010533b7111c93f24e86201e [TOOLS][POWERPC] Fix build breakage in powerpc64/xc_linux_build.c The patch "[SOLARIS] Don't build ptrace code on Solaris." from xen-un

[XenPPC] [xenppc-unstable] [TOOLS][POWERPC] Use a smaller page array and place common code in utils.c

2006-10-18 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID 2fcfe6600b1db8ca2ba78a00317f2da6fc2620bf # Parent d408fcf1975a43593d746b2acbe840dbffd911b8 [TOOLS][POWERPC] Use a smaller page array and place common code in utils.c Since all the bits must be loaded into the RMA there is no n

Re:[XenPPC] [xenppc-unstable] [TOOLS][POWERPC] Use a smaller page array and place common code in utils.c

2006-10-18 Thread Jimi Xenidis
This changeset will need a little more 'splainin # HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID 2fcfe6600b1db8ca2ba78a00317f2da6fc2620bf # Parent d408fcf1975a43593d746b2acbe840dbffd911b8 [TOOLS][POWERPC] Use a smaller page array and place common code in utils.c On PPC

[XenPPC] [xenppc-unstable] [TOOLS][POWERPC] oops, forgot load_elf_kernel()

2006-10-18 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID ece7037c72c6b7944ede2261ec1fe99c1489cff4 # Parent 2fcfe6600b1db8ca2ba78a00317f2da6fc2620bf [TOOLS][POWERPC] oops, forgot load_elf_kernel() Signed-off-by: Jimi Xenidis <[EMAIL PROTECTED]> --- tools/libxc/powerpc64/utils.c |

[XenPPC] [xenppc-unstable] [TOOLS][POWERPC] use python "quad" encoding for 2 cell devtree values

2006-10-18 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID d18a0c0b77d7004631559d4e2f9d31744fe9b34a # Parent ece7037c72c6b7944ede2261ec1fe99c1489cff4 [TOOLS][POWERPC] use python "quad" encoding for 2 cell devtree values When creating a 2G DomU pyhton chokes when it sees a long type. I

Re: [XenPPC] [xenppc-unstable] [TOOLS][POWERPC] use python "quad" encoding for 2 cell devtree values

2006-10-18 Thread Jimi Xenidis
The following changeset should fix the issue with DomU >=2G where our python devtree code can only handle ints and math from a 2G value promotes the type to long which before this patch we could not encode. Please test on larger systems. -JX On Oct 18, 2006, at 4:20 PM, Xen patchbot-xenppc-un

Re: [XenPPC] [xenppc-unstable] [TOOLS][POWERPC] use python "quad" encoding for 2 cell devtree values

2006-10-18 Thread Maria Butrico
This patch is not yet in our tree. I am getting a little tired of doing this. Maria Butrico Jimi Xenidis <[EMAIL PROTECTED]

[XenPPC] [TOOLS][RFC] xc_get_pfn_list() and getmemlist.start_pfn

2006-10-18 Thread Jimi Xenidis
It looks like IA64 has introduced a start_pfn for xc_get_pfn_list(). The PPC port requires this as well since it allows us to fill in the page_array a little bit at a time. I can either replicate the IA64 ifdef logic (yuk!) or we can formally add a start_pfn to this interface, since it _is_

Re: [XenPPC] [xenppc-unstable] [TOOLS][POWERPC] use python "quad" encoding for 2 cell devtree values

2006-10-18 Thread Jimi Xenidis
On Oct 18, 2006, at 5:50 PM, Maria Butrico wrote: This patch is not yet in our tree. I am getting a little tired of doing this. I bet! It can certainly wait, just know that you cannot create >= 2G domains until this makes it in to your stuff. -JX ___

Re: [XenPPC] [xenppc-unstable] [TOOLS][POWERPC] use python "quad" encoding for 2 cell devtree values

2006-10-18 Thread Maria Butrico
I cannot successfully make a libos domain with 2212M (2G+64). I also cannot make one with 1024M.With 1024M the libos terminates, with 2212 it traps. There is no reason to believe that libos has code to handle any of that so this is not terribly surprising. What intrigues me is that the i

[XenPPC] dom0 memory size results

2006-10-18 Thread Amos Waterland
On a JS21 with 8GB of RAM, we attempt 8 runs with the following dom0 memory requests: 128M 192M 256M 512M 700M 1G 2G 7G. I'm surprised we need as much as 256M just to load dom0, but happy that 2G works now. --- changeset : d18a0c0b77d7 machines: cso104 pass: 5 fail: 3 tran