commit | 5f015a5b28c75bb6cc5158640db58689b1ee1b51 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Fri Jan 05 16:36:47 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Fri Jan 05 23:55:25 2007 -0800 |
tree | 7b103d11d256bfc83c8cd61841cdb893d2b09617 | |
parent | ebeace8609205bf5e1b96fe325b7dea148042232 [diff] |
[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>