Re: [PATCH 05/16] x86/mm: move guest_physmap_{add,remove}_page()

2022-02-05 Thread George Dunlap
> On Jul 5, 2021, at 5:07 PM, Jan Beulich wrote: > > ... to a new file, separating the functions from their HVM-specific > backing ones, themselves only dealing with the non-translated case. > > To avoid having a new CONFIG_HVM conditional in there, do away with > the inline placeholder. > >

[PATCH 05/16] x86/mm: move guest_physmap_{add,remove}_page()

2021-07-05 Thread Jan Beulich
... to a new file, separating the functions from their HVM-specific backing ones, themselves only dealing with the non-translated case. To avoid having a new CONFIG_HVM conditional in there, do away with the inline placeholder. Signed-off-by: Jan Beulich --- a/xen/arch/x86/mm/Makefile +++ b/xen