]> git.baikalelectronics.ru Git - kernel.git/commit
x86/cpu: Print "VMX disabled" error message iff KVM is enabled
authorSean Christopherson <sean.j.christopherson@intel.com>
Tue, 14 Jan 2020 20:25:45 +0000 (12:25 -0800)
committerBorislav Petkov <bp@suse.de>
Wed, 15 Jan 2020 12:26:50 +0000 (13:26 +0100)
commita4a9a940cad55184e93a6f654f9d63b856e66f9a
tree959af97c94a0c43d1e8b9cc2b0a83eb49dcbe56f
parent9ee7546b44185cbd0a93700bfabb2bcb6d2f4c73
x86/cpu: Print "VMX disabled" error message iff KVM is enabled

Don't print an error message about VMX being disabled by BIOS if KVM,
the sole user of VMX, is disabled. E.g. if KVM is disabled and the MSR
is unlocked, the kernel will intentionally disable VMX when locking
feature control and then complain that "BIOS" disabled VMX.

Fixes: 31d627148c69 ("x86/cpu: Clear VMX feature flag if VMX is not fully enabled")
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200114202545.20296-1-sean.j.christopherson@intel.com
arch/x86/kernel/cpu/feat_ctl.c