[XenPPC] [linux-ppc-2.6] Fix potential xencomm memory leaks in the kernel's hypercall translation paths.

2007-03-01 Thread Xen patchbot-linux-ppc-2.6
# HG changeset patch # User Hollis Blanchard <[EMAIL PROTECTED]> # Date 1172766459 21600 # Node ID 3e512eaf2a6f0f740331bc891fbc0a29392a2794 # Parent 1abaceb1e6e8858b3929d5d6fd20fc3192f47e33 Fix potential xencomm memory leaks in the kernel's hypercall translation paths. Signed-off-by: Jerone Young

[XenPPC] [PATCH 1 of 5] [PATCH] xen: add arch hook for max_mem hcall

2007-03-01 Thread Ryan Harper
4 files changed, 14 insertions(+), 1 deletion(-) xen/common/domctl.c |4 xen/include/asm-ia64/shadow.h|2 ++ xen/include/asm-powerpc/shadow.h |7 ++- xen/include/asm-x86/shadow.h |2 ++ # HG changeset patch # User Ryan Harper <[EMAIL PROTECTED]> # Date 11

[XenPPC] [PATCH 5 of 5] [PATCH] tools/libxc: change ppc xc_linux_build to use populate_physmap()

2007-03-01 Thread Ryan Harper
1 files changed, 32 insertions(+), 5 deletions(-) tools/libxc/powerpc64/xc_linux_build.c | 37 +++- # HG changeset patch # User Ryan Harper <[EMAIL PROTECTED]> # Date 1172776732 21600 # Node ID 178a3e6615fbf8dd556a4f8afa87e58bf7bbe575 # Parent 76a5923eaed2cc0f3ea2f9b

[XenPPC] [PATCH 3 of 5] [PATCH] xen: implement guest_physmap_max_mem_pages() for ppc

2007-03-01 Thread Ryan Harper
3 files changed, 69 insertions(+), 2 deletions(-) xen/arch/powerpc/domain.c| 62 ++ xen/include/asm-powerpc/domain.h |6 +++ xen/include/asm-powerpc/shadow.h |3 + # HG changeset patch # User Ryan Harper <[EMAIL PROTECTED]> # Date 1172776732 2160

[XenPPC] [PATCH 4 of 5] [PATCH] xen: implement guest_physmap_{add/remove}_page for ppc

2007-03-01 Thread Ryan Harper
14 files changed, 237 insertions(+), 145 deletions(-) xen/arch/powerpc/Makefile |1 xen/arch/powerpc/domain.c |3 xen/arch/powerpc/domain_build.c | 26 xen/arch/powerpc/domctl.c | 18 ++- xen/arch/powerpc/iommu.c|3 xen/arch/powerpc/m

[XenPPC] [PATCH 2 of 5] [PATCH] xen: move dom0 memory allocation into construct_dom0()

2007-03-01 Thread Ryan Harper
2 files changed, 35 insertions(+), 28 deletions(-) xen/arch/powerpc/domain_build.c | 56 +++ xen/arch/powerpc/setup.c|7 # HG changeset patch # User Ryan Harper <[EMAIL PROTECTED]> # Date 1172776732 21600 # Node ID 0a9ecb03cb24b9035726dd316ca6a

[XenPPC] [PATCH 0 of 5] [PATCH] replace extent list with p2m/m2p mapping

2007-03-01 Thread Ryan Harper
Revised set of patches to addressing memory management [1] ugliness. Applies to xenppc-unstable.hg changeset: 14607:0902dfafca1c dom0 booted, multiple domUs created/used/destroyed Patches: add_arch_hook_for_max_mem.patch: - dummy call for x86/ia64/ppc clean_up_dom0_memory_alloc.patch: - Mo

Re: [XenPPC] [PATCH 0 of 5] [PATCH] replace extent list with p2m/m2p mapping

2007-03-01 Thread Ryan Harper
* Ryan Harper <[EMAIL PROTECTED]> [2007-03-01 13:45]: > Note that a 1 line patch to linux is needed to allow populate_physmap > to work. I'll send that seperately from this patchset. Same as before. -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253

[XenPPC] [PATCH] add machine info to /proc/cpuinfo & change platform to "Xen"

2007-03-01 Thread Jerone Young
This patch adds machine information to /proc/cpuinfo as well as changes the platform for "Xen-Maple" to Xen. Signed-off-by: Jerone Young <[EMAIL PROTECTED]> diff -r 3e512eaf2a6f arch/powerpc/platforms/xen/setup.c --- a/arch/powerpc/platforms/xen/setup.c Thu Mar 01 10:27:39 2007 -0600 +++ b/arch/po

Re: [XenPPC] [PATCH] add machine info to /proc/cpuinfo & change platform to "Xen"

2007-03-01 Thread Hollis Blanchard
On Thu, 2007-03-01 at 15:27 -0600, Jerone Young wrote: > This patch adds machine information to /proc/cpuinfo as well as > changes the platform for "Xen-Maple" to Xen. Jimi, this is the patch I was talking about. Jerone, can you please paste cpuinfo from a system with this patch applied? Also, se