]> nv-tegra.nvidia Code Review - linux-3.10.git/commit
KVM: x86 emulator: rename decode_cache::eip to _eip
authorAvi Kivity <avi@redhat.com>
Wed, 1 Jun 2011 12:34:24 +0000 (15:34 +0300)
committerAvi Kivity <avi@redhat.com>
Tue, 12 Jul 2011 10:16:09 +0000 (13:16 +0300)
commit36dd9bb5ce32bc39e25a5fcc61415f13e3ed5d17
tree6c007056ff4a4945d414026401d0c9bf9e66a16d
parent2e4ce7f574369f374ad537a180b4870e2098cf0e
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