[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 1/5] arm: shared_info page allocation and mapping
On Fri, 24 Feb 2012, Ian Campbell wrote: > On Thu, 2012-02-23 at 18:21 +0000, Stefano Stabellini wrote: > > @@ -172,6 +177,14 @@ int map_mmio_regions(struct domain *d, > > return create_p2m_entries(d, 0, start_gaddr, end_gaddr, maddr); > > } > > > > +int guest_physmap_add_page(struct domain *d, unsigned long gpfn, > > + unsigned long mfn) > > +{ > > + return create_p2m_entries(d, 0, gpfn << PAGE_SHIFT, > > + (gpfn + 1) << PAGE_SHIFT, > > + mfn << PAGE_SHIFT); > > +} > > This doesn't actually end up getting called from the common code bits > which should call it. Think we need this on top. > > You can fold into your patch if you prefer. I'll fold it into my patch. Thanks! _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |