Re: [PATCH v2 01/14] x86/P2M: rename p2m_remove_page()

2022-04-01 Thread George Dunlap
> On Feb 23, 2022, at 3:57 PM, Jan Beulich wrote: > > This is in preparation to re-using the original name. > > Signed-off-by: Jan Beulich Reviewed-by: George Dunlap signature.asc Description: Message signed with OpenPGP

[PATCH v2 01/14] x86/P2M: rename p2m_remove_page()

2022-02-23 Thread Jan Beulich
This is in preparation to re-using the original name. Signed-off-by: Jan Beulich --- a/xen/arch/x86/mm/p2m.c +++ b/xen/arch/x86/mm/p2m.c @@ -788,8 +788,8 @@ void p2m_final_teardown(struct domain *d #ifdef CONFIG_HVM static int __must_check -p2m_remove_page(struct p2m_domain *p2m, gfn_t gfn,