commit | 4e1096d27f3d095735c1c69c7b0a26a06a0d454e | [log] [tgz] |
---|---|---|
author | Sheng Yang <sheng.yang@intel.com> | Sun Jul 06 19:16:51 2008 +0800 |
committer | Avi Kivity <avi@qumranet.com> | Sun Jul 20 12:42:38 2008 +0300 |
tree | a729673f80d22b49f145cee1a9d1cbbc3ec0f459 | |
parent | 5a4c92880493945678315a6df810f7a21f55b985 [diff] |
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 <sheng.yang@intel.com> Signed-off-by: Avi Kivity <avi@qumranet.com>