Ping.
On Mon, 2020-03-23 at 09:41 +0000, Hongyan Xia wrote:
> 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(-)
>