x86/VMX: use unambiguous register names
authorJan Beulich <jbeulich@suse.com>
Thu, 5 Jan 2017 10:11:19 +0000 (11:11 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 5 Jan 2017 10:11:19 +0000 (11:11 +0100)
commit718dcb95277caf39c3ab946be7352bac9acc5792
tree2b0d3b255919373f2daf27c77c97adb890389248
parentc7bdecae42c4737b3cbdc506343aa85fc44edcfa
x86/VMX: use unambiguous register names

This is in preparation of eliminating the mis-naming of 64-bit fields
with 32-bit register names (eflags instead of rflags etc). Use the
guaranteed 32-bit underscore prefixed names for now where appropriate.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/hvm/vmx/vmcs.c
xen/arch/x86/hvm/vmx/vmx.c
xen/arch/x86/hvm/vmx/vvmx.c