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

2006-10-23 Thread Hollis Blanchard
Is this still an issue? Have you investigated more? -- Hollis Blanchard IBM Linux Technology Center On Wed, 2006-10-18 at 18:43 -0400, Maria Butrico wrote: I cannot successfully make a libos domain with 2212M (2G+64). I also cannot make one with 1024M.With 1024M the libos terminates,

[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
xen-ppc-devel@lists.xensource.com Subject Re: [XenPPC] [xenppc-unstable] [TOOLS][POWERPC] use python quad

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