]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: fold decode_cache into x86_emulate_ctxt
authorAvi Kivity <avi@redhat.com>
Wed, 1 Jun 2011 12:34:25 +0000 (15:34 +0300)
committerAvi Kivity <avi@redhat.com>
Tue, 12 Jul 2011 10:16:09 +0000 (13:16 +0300)
commit9e144364f328b08db0a11c19f850c3004d3af272
tree13305ebc63f91513d9ff579748fd73385603c8dd
parent74f42f8cdfe02faf4fc776593ac18ee75d3b1a5d
KVM: x86 emulator: fold decode_cache into x86_emulate_ctxt

This saves a lot of pointless casts x86_emulate_ctxt and decode_cache.

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