From: Avi Kivity Date: Sun, 31 May 2009 15:29:59 +0000 (+0300) Subject: KVM: VMX: Avoid duplicate ept tlb flush when setting cr3 X-Git-Tag: v2.6.32-rc1~693^2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d84e993a8947dbeb6b416555940d97522330846;p=pandora-kernel.git 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 --- Reading git-diff-tree failed