[XenPPC] [linux-ppc-2.6] [LINUX][POWERPC] Fix up changeset e5b6c025d4d2.

2006-09-06 Thread Xen patchbot-linux-ppc-2 . 6
# HG changeset patch # User Hollis Blanchard [EMAIL PROTECTED] # Node ID 038152eb27568b983bb9601b3395c2aee4932d51 # Parent 0d95131b439ee28d514f637b30f6034b8b5fb8a6 [LINUX][POWERPC] Fix up changeset e5b6c025d4d2. - rename console_mfn due to overly aggressive #define - define __XEN_TOOLS__ in

Re: [XenPPC] heads up: large nasty merge

2006-09-06 Thread Hollis Blanchard
On Wed, 2006-09-06 at 07:57 -0400, Jimi Xenidis wrote: On Sep 6, 2006, at 6:48 AM, Jimi Xenidis wrote: Fortunately for me this is hollis' oops. I cannot completely build either, I only have a slight mod of tony's changes below. I'm sure the missing files probably come from the sparse

[XenPPC] Re: [Xen-devel] PATCH: makes acm_setup arch independant

2006-09-06 Thread Hollis Blanchard
On Wed, 2006-09-06 at 15:49 -0400, Stefan Berger wrote: A minor issue is whether as much as possible of the ACM-specific code should be kept inside the acm directory and we use #ifdefs like #if defined(__i386__) #if defined(__x86_64__) to compile architecture-specific functions there,

Re: [XenPPC] vcpu-list panic

2006-09-06 Thread Hollis Blanchard
On Wed, 2006-09-06 at 14:56 -0500, Hollis Blanchard wrote: On Wed, 2006-09-06 at 14:44 -0400, Amos Waterland wrote: Using current xen.hg and linux.hg, I get this when I try to run `xm vcpu-list': (XEN) (XEN) Panic on CPU 0: (XEN)

Re: [XenPPC] heads up: large nasty merge

2006-09-06 Thread Tony Breeds
On Wed, Sep 06, 2006 at 09:16:01AM -0500, Hollis Blanchard wrote: Sorry all, there were in fact a whole bunch of files I forgot to check in. (It doesn't help that hg status on a built tree is full of noise.) I do my linux builds into a scratch area, for just this reason. I've included my

Re: [XenPPC] heads up: large nasty merge

2006-09-06 Thread Jimi Xenidis
BTW: WRT __XEN_INTERFACE_VERSION__, IMHO, Tony's patch got it right. I was not able to quickly figure out how Hollis did it, here is the diff from Tony: diff -r 0d95131b439e arch/powerpc/Makefile --- a/arch/powerpc/Makefile Tue Sep 05 18:00:40 2006 -0500 +++ b/arch/powerpc/Makefile