KVM: x86 emulator: rename decode_cache::eip to _eip
commit4e3d6f8af52fbd1d8f4b767bf51455d9f5c6aa95
authorAvi Kivity <avi@redhat.com>
Wed, 1 Jun 2011 12:34:24 +0000 (1 15:34 +0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Fri, 3 Jun 2011 00:20:56 +0000 (2 21:20 -0300)
tree77ddfd132e1d68af390713160aad982caca70382
parent8238eb41ed5ce6a6627f1f14d987a82f81548721
KVM: x86 emulator: rename decode_cache::eip to _eip

The name eip conflicts with a field of the same name in x86_emulate_ctxt,
which we plan to fold decode_cache into.

The name _eip is unfortunate, but what's really needed is a refactoring
here, not a better name.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/include/asm/kvm_emulate.h
arch/x86/kvm/emulate.c
arch/x86/kvm/trace.h
arch/x86/kvm/x86.c