Re: [XenPPC] [PATCH 3 of 6] [PATCH] xen: implement guest_physmap_max_mem for ppc

2007-02-24 Thread Jimi Xenidis
On Feb 22, 2007, at 5:07 PM, Ryan Harper wrote: * Hollis Blanchard <[EMAIL PROTECTED]> [2007-02-22 15:01]: On Wed, 2007-02-21 at 18:17 -0500, Ryan Harper wrote: 4 files changed, 72 insertions(+) xen/arch/powerpc/domain.c| 60 ++ xen/arch/powerpc

Re: [XenPPC] [PATCH 3 of 6] [PATCH] xen: implement guest_physmap_max_mem for ppc

2007-02-22 Thread Ryan Harper
* Hollis Blanchard <[EMAIL PROTECTED]> [2007-02-22 15:01]: > On Wed, 2007-02-21 at 18:17 -0500, Ryan Harper wrote: > > 4 files changed, 72 insertions(+) > > xen/arch/powerpc/domain.c| 60 > > ++ > > xen/arch/powerpc/domain_build.c |5 +++ > > xen/in

Re: [XenPPC] [PATCH 3 of 6] [PATCH] xen: implement guest_physmap_max_mem for ppc

2007-02-22 Thread Hollis Blanchard
On Wed, 2007-02-21 at 18:17 -0500, Ryan Harper wrote: > 4 files changed, 72 insertions(+) > xen/arch/powerpc/domain.c| 60 ++ > xen/arch/powerpc/domain_build.c |5 +++ > xen/include/asm-powerpc/domain.h |3 + > xen/include/asm-powerpc/shadow.h |

Re: [XenPPC] [PATCH 3 of 6] [PATCH] xen: implement guest_physmap_max_mem for ppc

2007-02-22 Thread Ryan Harper
* Christian Ehrhardt <[EMAIL PROTECTED]> [2007-02-22 07:40]: > >>+int do_guest_physmap_max_mem(struct domain *d, unsigned long new_max) > >>+{ > >>+ulong *p2m_array = NULL; > >>+ulong *p2m_old = NULL; > >>+ulong p2m_pages; > >>+ulong copy_end = 0; > >>+ > >>+/* we don't handle s

Re: [XenPPC] [PATCH 3 of 6] [PATCH] xen: implement guest_physmap_max_mem for ppc

2007-02-22 Thread Christian Ehrhardt
Christian Ehrhardt wrote: Ryan Harper wrote: 4 files changed, 72 insertions(+) xen/arch/powerpc/domain.c| 60 ++ xen/arch/powerpc/domain_build.c |5 +++ xen/include/asm-powerpc/domain.h |3 + xen/include/asm-powerpc/shadow.h |4 ++ # HG

Re: [XenPPC] [PATCH 3 of 6] [PATCH] xen: implement guest_physmap_max_mem for ppc

2007-02-22 Thread Christian Ehrhardt
Ryan Harper wrote: 4 files changed, 72 insertions(+) xen/arch/powerpc/domain.c| 60 ++ xen/arch/powerpc/domain_build.c |5 +++ xen/include/asm-powerpc/domain.h |3 + xen/include/asm-powerpc/shadow.h |4 ++ # HG changeset patch # User Ryan H

[XenPPC] [PATCH 3 of 6] [PATCH] xen: implement guest_physmap_max_mem for ppc

2007-02-21 Thread Ryan Harper
4 files changed, 72 insertions(+) xen/arch/powerpc/domain.c| 60 ++ xen/arch/powerpc/domain_build.c |5 +++ xen/include/asm-powerpc/domain.h |3 + xen/include/asm-powerpc/shadow.h |4 ++ # HG changeset patch # User Ryan Harper <[EMAIL PROTECT