x86/hvm: Rename hvm_copy_*_guest_virt() to hvm_copy_*_guest_linear()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 23 Nov 2016 11:11:23 +0000 (11:11 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 2 Dec 2016 17:23:02 +0000 (17:23 +0000)
commit5d61588fe678e99b65669e0e79d88582cbc8ea2e
treec0a06e4ce64809f96ef4730d40f3885447d1f613
parent38a4db6254d22f970a9cb77799d41797c5122384
x86/hvm: Rename hvm_copy_*_guest_virt() to hvm_copy_*_guest_linear()

The functions use linear addresses, not virtual addresses, as no segmentation
is used.  (Lots of other code in Xen makes this mistake.)

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
xen/arch/x86/hvm/emulate.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/vmx/vvmx.c
xen/arch/x86/mm/shadow/common.c
xen/include/asm-x86/hvm/support.h