Re: [Xen-devel] [PATCH v6 7/9] xen/x86: convert pv_guest_cr4_to_real_cr4() to a function

2018-04-10 Thread Jan Beulich
>>> On 10.04.18 at 09:58, wrote: > pv_guest_cr4_to_real_cr4() is becoming more and more complex. Convert > it from a macro to an ordinary function. > > Signed-off-by: Juergen Gross Reviewed-by: Jan Beulich

[Xen-devel] [PATCH v6 7/9] xen/x86: convert pv_guest_cr4_to_real_cr4() to a function

2018-04-10 Thread Juergen Gross
pv_guest_cr4_to_real_cr4() is becoming more and more complex. Convert it from a macro to an ordinary function. Signed-off-by: Juergen Gross --- V6: - new patch, split off from (old) patch 7 (Andrew Cooper) --- xen/arch/x86/mm.c| 14 ++