commit | 2d84e993a8947dbeb6b416555940d97522330846 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun May 31 18:29:59 2009 +0300 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:32:46 2009 +0300 |
tree | f12cc749054847b4ee17c61144f446466e433ea0 | |
parent | 6b66ac1ae3328177305a2600eb85b7446f41fdc9 [diff] |
KVM: VMX: Avoid duplicate ept tlb flush when setting cr3 vmx_set_cr3() will call vmx_tlb_flush(), which will flush the ept context. So there is no need to call ept_sync_context() explicitly. Signed-off-by: Avi Kivity <avi@redhat.com>