]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/x86/kvm/emulate.c
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)
commit9dac77fa4011bdb4b541a8db087eac96a602faec
tree13305ebc63f91513d9ff579748fd73385603c8dd
parent36dd9bb5ce32bc39e25a5fcc61415f13e3ed5d17
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