[PATCH] KVM: MMU: Remove invlpg interception
authorAvi Kivity <avi@qumranet.com>
Sat, 6 Jan 2007 00:36:47 +0000 (16:36 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sat, 6 Jan 2007 07:55:25 +0000 (23:55 -0800)
commit5f015a5b28c75bb6cc5158640db58689b1ee1b51
tree7b103d11d256bfc83c8cd61841cdb893d2b09617
parentebeace8609205bf5e1b96fe325b7dea148042232
[PATCH] KVM: MMU: Remove invlpg interception

Since we write protect shadowed guest page tables, there is no need to trap
page invalidations (the guest will always change the mapping before issuing
the invlpg instruction).

Signed-off-by: Avi Kivity <avi@qumranet.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/kvm/kvm.h
drivers/kvm/kvm_main.c
drivers/kvm/mmu.c
drivers/kvm/svm.c
drivers/kvm/vmx.c