[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] ---

[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

[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

[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 | 49

[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. If a

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

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 Butricointernet or sametime: [EMAIL PROTECTED]; Notes: Maria Butrico/Watson/IBM Jimi Xenidis

[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

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