]> git.baikalelectronics.ru Git - kernel.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)
commit74f42f8cdfe02faf4fc776593ac18ee75d3b1a5d
tree6c007056ff4a4945d414026401d0c9bf9e66a16d
parent4fa10139c29f9295e8c41524114c68d315bd227f
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