KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits
authorSean Christopherson <sean.j.christopherson@intel.com>
Sat, 21 Dec 2019 04:45:11 +0000 (20:45 -0800)
committerBorislav Petkov <bp@suse.de>
Mon, 13 Jan 2020 18:29:16 +0000 (19:29 +0100)
commitb39033f504a7eda15dcb2465679b8d46651b3645
tree82e017bc503ad27ebf551722340a330e268aba8f
parentff10e22e65f2b4d5d09805dd9e7194b93e303eb1
KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits

Define the VMCS execution control flags (consumed by KVM) using their
associated VMX_FEATURE_* to provide a strong hint that new VMX features
are expected to be added to VMX_FEATURE and considered for reporting via
/proc/cpuinfo.

No functional change intended.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20191221044513.21680-18-sean.j.christopherson@intel.com
arch/x86/include/asm/vmx.h