x86_64/mm: map and unmap page tables in share_hotadd_m2p_table
authorWei Liu <wei.liu2@citrix.com>
Thu, 16 Apr 2020 09:05:28 +0000 (11:05 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 16 Apr 2020 09:05:28 +0000 (11:05 +0200)
commit15b7bec5784c85ac44e5fa45533e7d51259b8191
treee893f03af2c16482189d404838dcc9e3a3ec2b0b
parentf362f5b5d09f42c045e1fc32dbad3a661f4b5de5
x86_64/mm: map and unmap page tables in share_hotadd_m2p_table

Fetch lYe by mapping and unmapping lXe instead of using the direct map,
which is now done via the lYe_from_lXe() helpers.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Hongyan Xia <hongyxia@amazon.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/x86_64/mm.c