On 10.09.2020 22:22, Oleksandr Tyshchenko wrote: > --- a/xen/include/asm-x86/p2m.h > +++ b/xen/include/asm-x86/p2m.h > @@ -635,7 +635,8 @@ int p2m_is_logdirty_range(struct p2m_domain *, unsigned > long start, > unsigned long end); > > /* Set foreign entry in the p2m table (for priv-mapping) */ > -int set_foreign_p2m_entry(struct domain *d, unsigned long gfn, mfn_t mfn); > +int set_foreign_p2m_entry(struct domain *d, struct domain *fd, > + unsigned long gfn, mfn_t mfn);
Once https://lists.xenproject.org/archives/html/xen-devel/2020-09/msg01092.html has gone in, the new parameter wants to be const-qualified. Jan