KVM: MMU: Avoid unnecessary remote tlb flushes when guest updates a pte
authorAvi Kivity <avi@qumranet.com>
Wed, 21 Nov 2007 00:06:21 +0000 (02:06 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:53:10 +0000 (17:53 +0200)
If all we're doing is increasing permissions on a pte (typical for demand
paging), then there's not need to flush remote tlbs.  Worst case they'll
get a spurious page fault.

Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/mmu.c

Simple merge