[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] arm/tools: pass correct p2m array to popphysmap in alloc_magic_pages
On Fri, 3 Aug 2012, Ian Campbell wrote: > Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> > --- > tools/libxc/xc_dom_arm.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/tools/libxc/xc_dom_arm.c b/tools/libxc/xc_dom_arm.c > index aac63e5..b743a6c 100644 > --- a/tools/libxc/xc_dom_arm.c > +++ b/tools/libxc/xc_dom_arm.c > @@ -60,7 +60,7 @@ static int alloc_magic_pages(struct xc_dom_image *dom) > > rc = xc_domain_populate_physmap_exact( > dom->xch, dom->guest_domid, NR_MAGIC_PAGES, > - 0, 0, &p2m[i]); > + 0, 0, p2m); > if ( rc < 0 ) > return rc; > > -- > 1.7.9.1 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |