diff options
| author | 2018-12-03 13:52:58 -0800 | |
|---|---|---|
| committer | 2018-12-14 12:34:25 +0100 | |
| commit | 4cebd747d78559d1e8666d3e68a75f08966abc0c (patch) | |
| tree | 2c323df3400d121844d08dcdc81c24c981946bb1 | |
| parent | KVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fields.h (diff) | |
KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.h
VMX specific files now reside in a dedicated subdirectory, i.e. the
file name prefix is redundant.
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
| -rw-r--r-- | arch/x86/kvm/vmx/evmcs.h (renamed from arch/x86/kvm/vmx/vmx_evmcs.h) | 0 | ||||
| -rw-r--r-- | arch/x86/kvm/vmx/vmx.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx/vmx_evmcs.h b/arch/x86/kvm/vmx/evmcs.h index 210a884090ad..210a884090ad 100644 --- a/arch/x86/kvm/vmx/vmx_evmcs.h +++ b/arch/x86/kvm/vmx/evmcs.h diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c index 2fe25c13adfc..68a0bb7609b8 100644 --- a/arch/x86/kvm/vmx/vmx.c +++ b/arch/x86/kvm/vmx/vmx.c @@ -49,6 +49,7 @@ #include <asm/vmx.h> #include "cpuid.h" +#include "evmcs.h" #include "hyperv.h" #include "irq.h" #include "kvm_cache_regs.h" @@ -56,7 +57,6 @@ #include "mmu.h" #include "pmu.h" #include "trace.h" -#include "vmx_evmcs.h" #include "x86.h" #define __ex(x) __kvm_handle_fault_on_reboot(x) |
