]> git.hungrycats.org Git - linux/commit
KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)
authorShane Wang <shane.wang@intel.com>
Thu, 29 Apr 2010 16:09:01 +0000 (12:09 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Jul 2010 18:16:14 +0000 (11:16 -0700)
commit5c8f6e37b6b7ce451bb3fc25a7699c720bbcbbba
treeb1e650521d17642e407e940dedad355ee8e47852
parente5085dda9c31aada430b3b57ce78ec102e934e9c
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 <shane.wang@intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
(cherry picked from commit cafd66595d92591e4bd25c3904e004fc6f897e2d)
arch/x86/include/asm/msr-index.h
arch/x86/kernel/tboot.c
arch/x86/kvm/vmx.c
include/linux/tboot.h