commit | a4ee1ca4a36e7857d90ae8c2b85f1bde9a042c10 | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | Tue Nov 23 11:13:00 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:29:51 2011 +0200 |
tree | 29707dd004ef14df318ac35321b95ac62570fc99 | |
parent | 407c61c6bd6a51b56d02f8bbad8aadf19db8c7b5 [diff] |
KVM: MMU: delay flush all tlbs on sync_page path Quote from Avi: | I don't think we need to flush immediately; set a "tlb dirty" bit somewhere | that is cleareded when we flush the tlb. kvm_mmu_notifier_invalidate_page() | can consult the bit and force a flush if set. Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>