From: Hongyan Xia <hongy...@amazon.com> This small series is basically just rewriting functions using the new API to map and unmap PTEs. Each patch is independent.
Apart from mapping and unmapping page tables, no other functional change intended. Wei Liu (5): x86/shim: map and unmap page tables in replace_va_mapping x86_64/mm: map and unmap page tables in m2p_mapped x86_64/mm: map and unmap page tables in share_hotadd_m2p_table x86_64/mm: map and unmap page tables in destroy_compat_m2p_mapping x86_64/mm: map and unmap page tables in destroy_m2p_mapping xen/arch/x86/pv/shim.c | 10 ++++--- xen/arch/x86/x86_64/mm.c | 55 +++++++++++++++++++++++++------------- xen/include/asm-x86/page.h | 18 +++++++++++++ 3 files changed, 62 insertions(+), 21 deletions(-) -- 2.24.1.AMZN _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel