]> 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)
commit495b47e198065393d6c5ed6ed6771fdd7111bc95
tree6c007056ff4a4945d414026401d0c9bf9e66a16d
parent1db51f400391d9ebf6df4f37bfd089530406559f
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