Re: [XenPPC] One more fix for the forward port

2007-07-05 Thread Hollis Blanchard
On Thu, 2007-07-05 at 13:07 -0500, Hollis Blanchard wrote: > Hi Christian, as far as I can see the vast majority of this patch is > not needed; the only part that's required is > phys_to_machine_mapping_valid(). I take it back. Not sure how I wasn't seeing this before... -- Hollis Blanchard IB

Re: [XenPPC] One more fix for the forward port

2007-07-05 Thread Hollis Blanchard
On Thu, 2007-06-21 at 15:53 +0200, Christian Ehrhardt wrote: > diff -r 1bf85f927393 include/asm-powerpc/io.h > --- a/include/asm-powerpc/io.h Thu Jun 21 08:04:49 2007 +0200 > +++ b/include/asm-powerpc/io.h Thu Jun 21 10:31:39 2007 +0200 > @@ -248,11 +248,13 @@ static inline void * phys_to_virt(un

Re: [XenPPC] One more fix for the forward port

2007-06-21 Thread Christian Ehrhardt
Additionally to my last mail following "updates_to_1bf85f927393" patch is needed to be compatible to the source of http://xenbits.xensource.com/linux-2.6.18-xen.hg as it is today (our forward port base is now ~3.5 weeks old). I made this patch quickly and would be happy if someone would take a

Re: [XenPPC] One more fix for the forward port

2007-06-20 Thread Christian Ehrhardt
Hollis Blanchard wrote: On Tue, 2007-06-19 at 13:49 +0200, Christian Ehrhardt wrote: The DomU now boots without visible issues, but at least on my system networking in DomU does not yet work - the DomU tihnk its working, but I can't get a connection from/to Dom0. @Hollis - currently you are t

Re: [XenPPC] One more fix for the forward port

2007-06-19 Thread Hollis Blanchard
On Tue, 2007-06-19 at 13:49 +0200, Christian Ehrhardt wrote: > > The DomU now boots without visible issues, but at least on my system > networking in DomU does not yet work - the DomU tihnk its working, but > I can't get a connection from/to Dom0. > @Hollis - currently you are the only one except

[XenPPC] One more fix for the forward port

2007-06-19 Thread Christian Ehrhardt
Hi, the following is a fix for powerpc page.h to be compliant to a i386&x86_64 xen change made in rev. 13546 and before. In our current task to port our ppc tree to the current 2.6.18 base this is just one more fix we need. It removed issues with "Bad Page State". A similar solution for ia64 w