linux/arch/x86/kvm/vmx
Sean Christopherson 944c346453 KVM: VMX: Move nested hardware/vcpu {un}setup to helper functions
Eventually this will allow us to move the nested VMX code out of vmx.c.
Note that this also effectively wraps @enable_shadow_vmcs with @nested
so that it too can be moved out of vmx.c.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2018-12-14 17:17:56 +01:00
..
capabilities.h KVM: VMX: Expose various module param vars via capabilities.h 2018-12-14 12:34:29 +01:00
evmcs.c KVM: VMX: Move eVMCS code to dedicated files 2018-12-14 14:00:06 +01:00
evmcs.h KVM: VMX: Move eVMCS code to dedicated files 2018-12-14 14:00:06 +01:00
ops.h KVM: VMX: Move VMX instruction wrappers to a dedicated header file 2018-12-14 17:17:27 +01:00
pmu_intel.c
vmcs12.c KVM: nVMX: Move vmcs12 code to dedicated files 2018-12-14 12:34:30 +01:00
vmcs12.h KVM: nVMX: Move vmcs12 code to dedicated files 2018-12-14 12:34:30 +01:00
vmcs_shadow_fields.h KVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fields.h 2018-12-14 12:34:24 +01:00
vmcs.h KVM: VMX: Move eVMCS code to dedicated files 2018-12-14 14:00:06 +01:00
vmx.c KVM: VMX: Move nested hardware/vcpu {un}setup to helper functions 2018-12-14 17:17:56 +01:00
vmx.h KVM: VMX: Move VMX instruction wrappers to a dedicated header file 2018-12-14 17:17:27 +01:00