[XenPPC] [xenppc-unstable] [POWERPC] flat device tree update

2006-08-20 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Hollis Blanchard <[EMAIL PROTECTED]> # Node ID 9c72449e4370128446fa902d0183080289bdde12 # Parent 539a1e66698289d408ea61c3294361f150d320ff [POWERPC] flat device tree update - remove unused code - implement ft_set_prop() - relicense as LGPL (with permission from copyright

Re: [XenPPC] xend error messages

2006-08-20 Thread Jimi Xenidis
On Aug 19, 2006, at 4:38 PM, Maria Butrico wrote: These are from xend-debug.log. What do they indicate? Are they fatal? /home/j9/xen-tools/etc/xen/scripts/xen-network-common.sh: line 130: brctl: command not found /usr/lib/python2.4/xmllib.py:9: DeprecationWarning: The xmllib module is

Re: [XenPPC] domain creation error

2006-08-20 Thread Jimi Xenidis
On Aug 19, 2006, at 6:44 PM, Maria Butrico wrote: I am trying to create a domain. The error I receive from xm is very generic and I cannot readily see what is wrong: This is what I get xm create xen-domain-config Using config file "xen-domain-config". /usr/lib/python2.4/xmllib.py:9: Deprec

Re: [XenPPC] [PATCH] Linker script causes SMP memory corruption

2006-08-20 Thread Jimi Xenidis
Ahh, this stuff is so wonky it is so easy to miss the _real_ reason :) On Aug 19, 2006, at 2:22 AM, Amos Waterland wrote: To understand the context for this patch, observe that the following is the case in stock Xen/PPC: $ nm xen-syms | egrep ' per_cpu__|__per_cpu' | sort 0044c680 d

Re: [XenPPC] [PATCH] Fix compilation error in tools

2006-08-20 Thread Jimi Xenidis
On Aug 19, 2006, at 7:17 PM, Maria Butrico wrote: Summary: Fixes compilation error Unmodified (without patch) code does not compile on stock SLES10 systems. Signed-off-by: Maria Butrico <[EMAIL PROTECTED]> Thanks Maria, but with the fast pace of everything this diff has gone stale.

[XenPPC] [xenppc-unstable] [merge]

2006-08-20 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID 4055b6b010a4ccdd480abae1a97d1ca9de18703e # Parent 4cffec02b4788bc74d8a0ed7560fadbf332892b1 # Parent 9c72449e4370128446fa902d0183080289bdde12 [merge] --- tools/libxc/powerpc64/ft_build.c | 165 +++-

[XenPPC] [xenppc-unstable] [POWERPC] fix bad merge

2006-08-20 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID b1fd0275383baa78830f70c8b15d7ac0f3510f4d # Parent 4055b6b010a4ccdd480abae1a97d1ca9de18703e [POWERPC] fix bad merge --- tools/libxc/powerpc64/xc_linux_build.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 4

[XenPPC] [xenppc-unstable] [TOOLS] add missing python PPC_ method

2006-08-20 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID 6b9124f9d89d58eb81847813dc0043ba3896b919 # Parent b1fd0275383baa78830f70c8b15d7ac0f3510f4d [TOOLS] add missing python PPC_ method Signed-off-by: Jimi Xenidis <[EMAIL PROTECTED]> --- tools/python/xen/xend/image.py |4

[XenPPC] [xenppc-unstable] [TOOLS] avoid shadow ops for POWERPC

2006-08-20 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID a7abc95d4ce4177acd9cfbd58476d521352f9ff7 # Parent 6b9124f9d89d58eb81847813dc0043ba3896b919 [TOOLS] avoid shadow ops for POWERPC Signed-off-by: Jimi Xenidis <[EMAIL PROTECTED]> --- tools/python/xen/xend/XendDomainInfo.py |

[XenPPC] [xenppc-unstable] [POWERPC] remove .data.* catch-all

2006-08-20 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID 96d6f9cfed6e0736e44454c739eb02ee2d77a2e8 # Parent 539a1e66698289d408ea61c3294361f150d320ff # Parent 5fc1fe79083517824d89309cc618f21302724e29 [POWERPC] remove .data.* catch-all --- xen/arch/powerpc/xen.lds.S |2 +- 1 files

Re: [XenPPC] [xenppc-unstable] [TOOLS] avoid shadow ops for POWERPC

2006-08-20 Thread Jimi Xenidis
Hollis, I'm sure you have a better way to do this in the TCL. I'll be adding some shadow ops to the hypervisor, mainly to make sure everyone knows that it is disabled, but this TCL was still problematic. -JX On Aug 20, 2006, at 1:12 PM, Xen patchbot-xenppc-unstable wrote: # HG changeset patc

[XenPPC] new dom1 script, ok.. we are back to normal functionality,

2006-08-20 Thread Jimi Xenidis
I managed to introduce a bug during my first merge, and we have shadow ops to deal with. Sorry for the inconvenience, Here is my latest dom1 script. dom1 Description: Binary data you can get the ramdisk.image.gz from: http://wiki.xensource.com/xenwiki/XenPPC/Build? action=AttachFile&do=g

[XenPPC] [xenppc-unstable] [XEN][POWERPC] Xen shadow ops, mostly skeleton code

2006-08-20 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID dbe9249ba61b0d616f3e43ee54fea83d635285c9 # Parent a7abc95d4ce4177acd9cfbd58476d521352f9ff7 [XEN][POWERPC] Xen shadow ops, mostly skeleton code Signed-off-by: Jimi Xenidis <[EMAIL PROTECTED]> --- xen/arch/powerpc/Makefile

Re: [XenPPC] [xenppc-unstable] [POWERPC] Enable gcc -Wshadow and fix the warnings

2006-08-20 Thread poff
Addition of -Wshadow generates warnings when compiling powerpc64/asm-offsets.c > diff -r 0af18fd083ed -r b10e48a5d1e3 xen/arch/powerpc/Makefile > --- a/xen/arch/powerpc/Makefile Fri Aug 18 05:00:37 2006 -0400 > +++ b/xen/arch/powerpc/Makefile Fri Aug 18 05:17:14 2006 -0400 > @@ -47,6

Re: [XenPPC] new dom1 script, ok.. we are back to normal functionality,

2006-08-20 Thread Maria Butrico
Jimi Xenidis wrote: I managed to introduce a bug during my first merge, and we have shadow ops to deal with. Sorry for the inconvenience, Here is my latest dom1 script. you can get the ramdisk.image.gz from: http://wiki.xensource.com/xenwiki/XenPPC/Build?action=AttachFile&do=get&target=ramd

[XenPPC] xm use

2006-08-20 Thread Maria Butrico
From the wiki Ramdisk: Since we do not have VIO yet you will have to use a ramdisk fro your rootf, one is available from this link . Err, my tiny does not need any disk or vio. I am not starting

Re: [XenPPC] xend error messages

2006-08-20 Thread poff
We have xen running on an Intel blade with SuSE10; may be helpful to view scripts & logs... ___ Xen-ppc-devel mailing list Xen-ppc-devel@lists.xensource.com http://lists.xensource.com/xen-ppc-devel

Re: [XenPPC] new dom1 script, ok.. we are back to normal functionality,

2006-08-20 Thread Jimi Xenidis
yes. sorry that it was not clear. -JX On Aug 20, 2006, at 3:40 PM, Maria Butrico wrote: Jimi Xenidis wrote: I managed to introduce a bug during my first merge, and we have shadow ops to deal with. Sorry for the inconvenience, Here is my latest dom1 script. you can get the ramdisk.image.gz f

Re: [XenPPC] xm use

2006-08-20 Thread Jimi Xenidis
On Aug 20, 2006, at 3:41 PM, Maria Butrico wrote: From the wiki Ramdisk: Since we do not have VIO yet you will have to use a ramdisk fro your rootf, one is available from this link wiki.xensource.com/xenwiki/XenPPC/Build? action=AttachFile&do=get&target=ramdisk.image.gz>. Err, my tiny doe

[XenPPC] how to create a Linux Domu with current Xen support

2006-08-20 Thread Jimi Xenidis
Have fun: http://wiki.xensource.com/xenwiki/XenPPC/Run/XM -JX ___ Xen-ppc-devel mailing list Xen-ppc-devel@lists.xensource.com http://lists.xensource.com/xen-ppc-devel

Re: [XenPPC] [xenppc-unstable] [POWERPC] Enable gcc -Wshadow and fix the warnings

2006-08-20 Thread Jimi Xenidis
wow, thats a little unexpected, what version of gcc is that? anyway, does the following patch solve the issue? -JX diff -r dbe9249ba61b xen/include/asm-powerpc/current.h --- a/xen/include/asm-powerpc/current.h Sun Aug 20 13:28:45 2006 -0400 +++ b/xen/include/asm-powerpc/current.h Sun Aug 20 21:11

[XenPPC] xen does not compile where is shadow.c?

2006-08-20 Thread Maria Butrico
I get lots of shadow errors. patch forthcoming. Where is shadow.c? ___ Xen-ppc-devel mailing list Xen-ppc-devel@lists.xensource.com http://lists.xensource.com/xen-ppc-devel

[XenPPC] shadow.c

2006-08-20 Thread Maria Butrico
___ Xen-ppc-devel mailing list Xen-ppc-devel@lists.xensource.com http://lists.xensource.com/xen-ppc-devel

[XenPPC] shadow.c

2006-08-20 Thread Maria Butrico
#include #include #include #include int shadow_control_op(struct domain *d, dom0_shadow_control_t *sc, XEN_GUEST_HANDLE(dom0_op_t) u_dom0_op) { if ( unlikely(d == current->domain) ) { DPRINTK("Don't try to do a shadow op on yourself!

[XenPPC] [PATCH] Fix compilation errors

2006-08-20 Thread Maria Butrico
Summary: Allow compilation under gcc4 Current Xen does not compile. Declaration shadows parameters. Signed-off-by: Maria Butrico <[EMAIL PROTECTED]> diff -r dbe9249ba61b xen/arch/powerpc/oftree.h --- a/xen/arch/powerpc/oftree.h Sun Aug 20 13:28:45 2006 -0400 +++ b/xen/arch/powerpc/oftree.h S

[XenPPC] [PATCH]

2006-08-20 Thread Maria Butrico
Summary: Allow compilation under gcc4 Current Xen does not compile. Declaration shadows parameters. Signed-off-by: Maria Butrico <[EMAIL PROTECTED]> diff -r dbe9249ba61b xen/arch/powerpc/oftree.h --- a/xen/arch/powerpc/oftree.h Sun Aug 20 13:28:45 2006 -0400 +++ b/xen/arch/powerpc/oftree.h S

Re: [XenPPC] XenPPC IEEE1275 binding?

2006-08-20 Thread Olof Johansson
On Wed, Aug 09, 2006 at 09:05:24AM -0400, Jimi Xenidis wrote: > We intend to include these in the OpenPAPR :-P Yet another PAPR!? -Olof ___ Xen-ppc-devel mailing list Xen-ppc-devel@lists.xensource.com http://lists.xensource.com/xen-ppc-devel

Re: [Xen-devel] Re: [XenPPC] Xencomm for xen/ia64

2006-08-20 Thread Tristan Gingold
Le Vendredi 18 Août 2006 18:39, Hollis Blanchard a écrit : > On Fri, 2006-08-18 at 11:04 +0200, Tristan Gingold wrote: > > Le Jeudi 17 Août 2006 20:35, Hollis Blanchard a écrit : > > > > If we agree on using xencomm we will have to work with xen/ppc people > > > > in order not to duplicate the code

Re: [XenPPC] Xencomm on ia64 - The patches

2006-08-20 Thread Tristan Gingold
Le Vendredi 18 Août 2006 23:21, Hollis Blanchard a écrit : > On Fri, 2006-08-18 at 18:02 +0200, Tristan Gingold wrote: > > these are the patches to port xencomm on ia64. This is just an RFC. I > > have to clean-up the code so that it could be shared between ia64 and > > ppc. > > Great! Your patch