Re: [Xen-devel] [PATCH v4 09/31] x86/mm: rename and move update_intpte

2017-08-24 Thread Jan Beulich
>>> On 17.08.17 at 16:44, wrote: > That function is only used by PV guests supporting code, add pv_ > prefix. Is any code outside of x86/pv/ going to need access to it? I hope not, in which case it shouldn't be exposed via include/asm-x86/pv/mm.h, but via a private header in

[Xen-devel] [PATCH v4 09/31] x86/mm: rename and move update_intpte

2017-08-17 Thread Wei Liu
That function is only used by PV guests supporting code, add pv_ prefix. Export it via pv/mm.h. Move UPDATE_ENTRY as well. Signed-off-by: Wei Liu --- Now it is no longer an inline function, but I don't think that matters much. --- xen/arch/x86/mm.c | 65