> +static int p2m_set_entry(struct p2m_domain *p2m, > + gfn_t sgfn, > + unsigned long todo, > + mfn_t smfn, > + p2m_type_t t, > + p2m_access_t a)
It is going to be necessary to make this function accessible outside p2m.c to allow us to split mem_access components out of p2m. If you could declare it as a non-static function and expose it in p2m.h that would be great (x86 already has it accessible outside p2m.c). Thanks, Tamas _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel