linux/arch/x86/kvm/vmx
Sean Christopherson 7caaa71108 KVM: VMX: Pass vmx_capability struct to setup_vmcs_config()
...instead of referencing the global struct.  This will allow moving
setup_vmcs_config() to a separate file that may not have access to
the global variable.  Modify nested_vmx_setup_ctls_msrs() appropriately
since vmx_capability.ept may not be accurate when called by
vmx_check_processor_compat().

No functional change intended.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2018-12-14 12:34:27 +01:00
..
evmcs.h KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.h 2018-12-14 12:34:25 +01:00
pmu_intel.c
vmcs_shadow_fields.h
vmx.c KVM: VMX: Pass vmx_capability struct to setup_vmcs_config() 2018-12-14 12:34:27 +01:00