[XenPPC] Re: [patch] [ppc] use xen_ulong_t in start_info

2006-07-28 Thread Hollis Blanchard
On Fri, 2006-07-28 at 10:57 +0100, Keir Fraser wrote: > On 27 Jul 2006, at 21:40, Hollis Blanchard wrote: > > > Keir, you mentioned that start_info probably doesn't make much sense > > for > > PowerPC. However, if for no other reason than linux/drivers/xen has > > many > > references to it, we'd

[XenPPC] DomU device tree plan

2006-07-28 Thread Hollis Blanchard
I think I have all our trees sorted now (and we should be all up-to-date again), so I've been working on device tree construction again... As a very brief recap, we're looking at how best to construct the device tree when constructing a new DomU. At the Xen minisummit in Ottawa, Ewan recommended

[XenPPC] Re: [Xen-devel] Re: [Xen-changelog] [xen-unstable] [IA64] Creates tools/libxc/ia64 directory.

2006-07-28 Thread Keir Fraser
On 28 Jul 2006, at 20:17, Hollis Blanchard wrote: I'm not sure this is the best way. We'll need to do the same thing for xc_ppc_linux_build.c, but it seems a little silly to unconditionally include powerpc/Makefile as well... perhaps -include $(XEN_TARGET_ARCH)/Makefile would suffice?

[XenPPC] Re: [Xen-changelog] [xen-unstable] [IA64] Creates tools/libxc/ia64 directory.

2006-07-28 Thread Hollis Blanchard
On Fri, 2006-07-28 at 16:20 +, Xen patchbot-unstable wrote: > diff -r dc26ac2f7718 -r dab0a5650e6d tools/libxc/Makefile > --- a/tools/libxc/Makefile Mon Jul 10 14:14:11 2006 -0600 > +++ b/tools/libxc/Makefile Tue Jul 11 11:29:25 2006 -0600 > @@ -30,9 +30,11 @@ GUEST_SRCS-y += xc_load_

[XenPPC] [xenppc-unstable] [powerpc] local branch merge

2006-07-28 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Hollis Blanchard <[EMAIL PROTECTED]> # Node ID b36a361d3d757f6cb1a75153984c31d923e5cc9c # Parent f12c1e6a7ede1c34bee9176ade23b1a32617baba # Parent 12da2c3245bbbf63781e2ad5e6f2eb489d93957c [powerpc] local branch merge Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]>

[XenPPC] update both linux and xen

2006-07-28 Thread Jimi Xenidis
new logic for detecting a NULL guest handles will require both an update of xen and linux. -JX ___ Xen-ppc-devel mailing list Xen-ppc-devel@lists.xensource.com http://lists.xensource.com/xen-ppc-devel

[XenPPC] [xenppc-unstable] [powerpc] update ignores for the new name change

2006-07-28 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID 12da2c3245bbbf63781e2ad5e6f2eb489d93957c # Parent 9b1567ef3b2a810f991edf67cf3e1c7d70e9c5a8 [powerpc] update ignores for the new name change --- .hgignore |8 1 files changed, 4 insertions(+), 4 deletions(-) diff

[XenPPC] [xenppc-unstable] [powerpc] Use new method to detect NULL xencomm handle

2006-07-28 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID 9b1567ef3b2a810f991edf67cf3e1c7d70e9c5a8 # Parent f77ff6eb8d221e8414bb632bba7276fede4903f1 [powerpc] Use new method to detect NULL xencomm handle old method wasted cycles and could give false positive. Signed-off-by: Jimi Xen

[XenPPC] [xenppc-unstable] [powerpc] implement per-cpu data areas, based on x86 code

2006-07-28 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Hollis Blanchard <[EMAIL PROTECTED]> # Node ID f12c1e6a7ede1c34bee9176ade23b1a32617baba # Parent 116c58e44bbbd20a69c642ca7dad508eb5fef546 [powerpc] implement per-cpu data areas, based on x86 code Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]> --- xen/arch/powerpc/

[XenPPC] [xenppc-unstable] [powerpc] implement page_is_removable()

2006-07-28 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Hollis Blanchard <[EMAIL PROTECTED]> # Node ID 116c58e44bbbd20a69c642ca7dad508eb5fef546 # Parent f9437b9f6bdf0437b3458b067e24a70e79cb3ca6 [powerpc] implement page_is_removable() Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]> --- xen/include/asm-powerpc/mm.h |5

[XenPPC] [xenppc-unstable] [powerpc] add PowerPC support to libxc

2006-07-28 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User [EMAIL PROTECTED] # Node ID 80055bb36dc7d36aac094374d3a5987ce7520cd4 # Parent 129e981a770013543c96b73eff338e4801badd4d [powerpc] add PowerPC support to libxc Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]> --- tools/libxc/Makefile |5 +++-- tools/libxc/xc_

[XenPPC] [xenppc-unstable] [powerpc] support additional interrupt controller types in xen/arch/x86/irq.c

2006-07-28 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User [EMAIL PROTECTED] # Node ID 129e981a770013543c96b73eff338e4801badd4d # Parent d51a5ca0fa99bdd44cee760e8e517d964959545a [powerpc] support additional interrupt controller types in xen/arch/x86/irq.c PowerPC #includes xen/arch/x86/irq.c, so we need to support MPIC interrup

[XenPPC] [xenppc-unstable] [powerpc] print page->count_info as unsigned long

2006-07-28 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User [EMAIL PROTECTED] # Node ID d51a5ca0fa99bdd44cee760e8e517d964959545a # Parent 08906834ca746f34980b09c16f2c863b38fc0a6c [powerpc] print page->count_info as unsigned long Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]> --- xen/common/memory.c |4 ++-- 1 files cha

[XenPPC] [xenppc-unstable] [powerpc] [xend] PPC doesn't support ballooning yet

2006-07-28 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User [EMAIL PROTECTED] # Node ID 08906834ca746f34980b09c16f2c863b38fc0a6c # Parent 35a29c8f0bab4b6efd01be8d66c142b9131f71ec [powerpc] [xend] PPC doesn't support ballooning yet Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]> --- tools/python/xen/xend/XendDomainInfo.py |

[XenPPC] [xenppc-unstable] [powerpc] add PowerPC support to Makefiles

2006-07-28 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User [EMAIL PROTECTED] # Node ID 35a29c8f0bab4b6efd01be8d66c142b9131f71ec # Parent 516ff6908472b581cfd2854188942e6397a6a0a0 [powerpc] add PowerPC support to Makefiles Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]> --- Config.mk|4 ++-- xen/Rules.mk |6 -

[XenPPC] [xenppc-unstable] [powerpc] add arch-powerpc.h to xen.h

2006-07-28 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User [EMAIL PROTECTED] # Node ID 516ff6908472b581cfd2854188942e6397a6a0a0 # Parent 83f047e6e99c5a4ba9a0cb452a4aa501a03a2b4e [powerpc] add arch-powerpc.h to xen.h Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]> --- xen/include/public/xen.h |2 ++ 1 files changed, 2 i

[XenPPC] [xenppc-unstable] [powerpc] add PowerPC files to .hgignore

2006-07-28 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User [EMAIL PROTECTED] # Node ID 83f047e6e99c5a4ba9a0cb452a4aa501a03a2b4e # Parent f692a0a476c51e1b18e4f6060b94dc92201ee518 [powerpc] add PowerPC files to .hgignore Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]> --- .hgignore |4 1 files changed, 4 insertions(

[XenPPC] Re: [patch] [ppc] use xen_ulong_t in start_info

2006-07-28 Thread Keir Fraser
On 27 Jul 2006, at 21:40, Hollis Blanchard wrote: Keir, you mentioned that start_info probably doesn't make much sense for PowerPC. However, if for no other reason than linux/drivers/xen has many references to it, we'd like to fix it for now and figure out how to replace it later. I think t