[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XenPPC] [PATCH 0 of 5] [PATCH] replace extent list with p2m/m2p mapping
* Ryan Harper <ryanh@xxxxxxxxxx> [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 T/L: 678-9253 ryanh@xxxxxxxxxx diffstat output: hcall.c | 1 + 1 files changed, 1 insertion(+) --- [PATCH] linux: add populate_phsymap to memory hcalls for ppc. Signed-off-by: Ryan Harper <ryanh@xxxxxxxxxx> diff -r 37ea4cf1281a arch/powerpc/platforms/xen/hcall.c --- a/arch/powerpc/platforms/xen/hcall.c Tue Feb 06 17:10:20 2007 -0500 +++ b/arch/powerpc/platforms/xen/hcall.c Fri Feb 16 17:27:17 2007 -0600 @@ -537,6 +537,7 @@ int HYPERVISOR_memory_op(unsigned int cm switch (cmd) { case XENMEM_increase_reservation: case XENMEM_decrease_reservation: + case XENMEM_populate_physmap: { void *desc = NULL; _______________________________________________ Xen-ppc-devel mailing list Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ppc-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |