From: Sheng Yang Date: Sun, 6 Jul 2008 11:16:51 +0000 (+0800) Subject: KVM: VMX: Add ept_sync_context in flush_tlb X-Git-Tag: v2.6.27-rc1~968^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e1096d27f3d095735c1c69c7b0a26a06a0d454e;p=pandora-kernel.git KVM: VMX: Add ept_sync_context in flush_tlb Fix a potention issue caused by kvm_mmu_slot_remove_write_access(). The old behavior don't sync EPT TLB with modified EPT entry, which result in inconsistent content of EPT TLB and EPT table. Signed-off-by: Sheng Yang Signed-off-by: Avi Kivity --- Reading git-diff-tree failed