]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: store x86_emulate_ops in emulation context
authorAvi Kivity <avi@redhat.com>
Thu, 29 Jul 2010 12:11:50 +0000 (15:11 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:21 +0000 (10:50 +0200)
commit8d0bfc5f199565f44ebed1a5e2ae25212ac378c8
tree6e57c011a783af6a8a0e2ca92e3f55eb4d2701ae
parent59c1d16db1bb9084724595ed2859aa5af91d1856
KVM: x86 emulator: store x86_emulate_ops in emulation context

It doesn't ever change, so we don't need to pass it around everywhere.

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/x86.c