]> 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)
commit23dcc0efd21b7235d67be3f7f22b7c60f46eeeb9
tree13305ebc63f91513d9ff579748fd73385603c8dd
parent495b47e198065393d6c5ed6ed6771fdd7111bc95
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