Re: [PATCH v2 1/5] x86: convert set_gpfn_from_mfn() to a function

2020-08-24 Thread Andrew Cooper
On 24/08/2020 13:34, Jan Beulich wrote: > It is already a little too heavy for a macro, and more logic is about to > get added to it. > > This also allows reducing the scope of compat_machine_to_phys_mapping. > > Requested-by: Andrew Cooper > Signed-off-by: Jan Beulich It's a shame that we can't

[PATCH v2 1/5] x86: convert set_gpfn_from_mfn() to a function

2020-08-24 Thread Jan Beulich
It is already a little too heavy for a macro, and more logic is about to get added to it. This also allows reducing the scope of compat_machine_to_phys_mapping. Requested-by: Andrew Cooper Signed-off-by: Jan Beulich --- v2: New. --- a/xen/arch/x86/x86_64/mm.c +++ b/xen/arch/x86/x86_64/mm.c @@