Re: [Xen-devel] [PATCH v5 20/23] x86/mm: split out PV mm code to pv/mm.c

2017-09-22 Thread Jan Beulich
>>> On 14.09.17 at 14:58, wrote: > A load of functions are moved: > > 1. {get,put}_page_from_l{2,3,4}e As just indicated in reply to another patch, I'd really hope for these to stay together with mod_lN_entry(). Jan ___ Xen-devel mailing list Xen-de

[Xen-devel] [PATCH v5 20/23] x86/mm: split out PV mm code to pv/mm.c

2017-09-14 Thread Wei Liu
A load of functions are moved: 1. {get,put}_page_from_l{2,3,4}e 2. pv_{alloc,free}_page_type 3. all helpers for the above The l1e functions can't be moved because they are needed by shadow code as well. Fix coding style issues while moving. Signed-off-by: Wei Liu --- xen/arch/x86/mm.c| 79