From: Dongxiao Xu Date: Tue, 11 May 2010 10:29:45 +0000 (+0800) Subject: KVM: VMX: VMCLEAR/VMPTRLD usage changes X-Git-Tag: v2.6.36-rc1~580^2~156 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b923e62e4d48bc5242b32a6ef5ba0f886137668a;p=pandora-kernel.git KVM: VMX: VMCLEAR/VMPTRLD usage changes Originally VMCLEAR/VMPTRLD is called on vcpu migration. To support hosted VMM coexistance, VMCLEAR is executed on vcpu schedule out, and VMPTRLD is executed on vcpu schedule in. This could also eliminate the IPI when doing VMCLEAR. Signed-off-by: Dongxiao Xu Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed