Re: [Xen-devel] [PATCH v5 12/23] x86/mm: move and rename map_ldt_shadow_page
>>> On 14.09.17 at 14:58, wrote: > Add pv prefix to it. Move it to pv/mm.c. Fix call sites. > > Take the chance to change v to curr and d to currd. > > Signed-off-by: Wei Liu Acked-by: Jan Beulich ___ Xen-devel mailing list Xen-devel@lists.xen.or
[Xen-devel] [PATCH v5 12/23] x86/mm: move and rename map_ldt_shadow_page
Add pv prefix to it. Move it to pv/mm.c. Fix call sites. Take the chance to change v to curr and d to currd. Signed-off-by: Wei Liu --- xen/arch/x86/mm.c | 73 --- xen/arch/x86/pv/mm.c| 75 + x