From: Shane Wang Date: Thu, 29 Apr 2010 16:09:01 +0000 (-0400) Subject: KVM: VMX: enable VMXON check with SMX enabled (Intel TXT) X-Git-Tag: v2.6.35-rc1~436^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cafd66595d92591e4bd25c3904e004fc6f897e2d;p=pandora-kernel.git KVM: VMX: enable VMXON check with SMX enabled (Intel TXT) Per document, for feature control MSR: Bit 1 enables VMXON in SMX operation. If the bit is clear, execution of VMXON in SMX operation causes a general-protection exception. Bit 2 enables VMXON outside SMX operation. If the bit is clear, execution of VMXON outside SMX operation causes a general-protection exception. This patch is to enable this kind of check with SMX for VMXON in KVM. Signed-off-by: Shane Wang Signed-off-by: Avi Kivity --- Reading git-diff-tree failed