x86/HVMemul: use unambiguous register names
authorJan Beulich <jbeulich@suse.com>
Tue, 3 Jan 2017 08:43:29 +0000 (09:43 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 3 Jan 2017 08:43:29 +0000 (09:43 +0100)
commit6553218e46456b5b7fb1bed044fe5153b04314be
treec860c6e94febea5e75dcdf59d64bdcf748f69f7b
parent1622b8543378e41e01fb8bc197acd0c1d9f79a16
x86/HVMemul: 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>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hvm/emulate.c
xen/arch/x86/hvm/io.c