linux/arch/x86/kvm/vmx
Sean Christopherson 3077c19108 KVM: VMX: Move capabilities structs and helpers to dedicated file
Defining a separate capabilities.h as opposed to putting this code in
e.g. vmx.h avoids circular dependencies between (the yet-to-be-added)
vmx.h and nested.h.  The aforementioned circular dependencies are why
struct nested_vmx_msrs also resides in capabilities instead of e.g.
nested.h.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2018-12-14 12:34:28 +01:00
..
capabilities.h KVM: VMX: Move capabilities structs and helpers to dedicated file 2018-12-14 12:34:28 +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: Move capabilities structs and helpers to dedicated file 2018-12-14 12:34:28 +01:00