x86/PV: convert page table emulation code from paddr_t to intpte_t
authorJan Beulich <jbeulich@suse.com>
Thu, 1 Mar 2018 14:14:29 +0000 (15:14 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 1 Mar 2018 14:14:29 +0000 (15:14 +0100)
commit301e96ea1f1b115481204826953f4d341774c0a8
treefc624d8c448e53283ecfc63229d229727130e652
parent3f9b01d651c1f5466b59d85ac05fa85e4a4c6b54
x86/PV: convert page table emulation code from paddr_t to intpte_t

It's dealing with PTEs after all.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/pv/ro-page-fault.c