Re: [PATCH v2 23/23] [HACK] xen/arm: implement xen_remap_domain_mfn_range

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:26PM +0100, Stefano Stabellini wrote: > From: Ian Campbell > > Do not apply! OK. > > This is a simple, hacky implementation of xen_remap_domain_mfn_range, > using XENMAPSPACE_gmfn_foreign. > > It should use same interface as hybrid x86. Yeah, Mukesh - can you sha

[PATCH v2 23/23] [HACK] xen/arm: implement xen_remap_domain_mfn_range

2012-08-06 Thread Stefano Stabellini
From: Ian Campbell Do not apply! This is a simple, hacky implementation of xen_remap_domain_mfn_range, using XENMAPSPACE_gmfn_foreign. It should use same interface as hybrid x86. Changes in v2: - retain binary compatibility in xen_add_to_physmap: use a union. Signed-off-by: Ian Campbell Sig