KVM: x86 emulator: make emulate_invlpg() an emulator callback
authorAvi Kivity <avi@redhat.com>
Wed, 20 Apr 2011 12:38:44 +0000 (15:38 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 22 May 2011 12:39:15 +0000 (08:39 -0400)
commit3cb16fe78ce91991a876c74fc5dc99419b737b7a
treeff534615110fac70fd2cf60e4d9588be3067d862
parent2d04a05bd7e93c13f13a82ac40de4065a99d069b
KVM: x86 emulator: make emulate_invlpg() an emulator callback

Removing direct calls to KVM.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_emulate.h
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/emulate.c
arch/x86/kvm/x86.c