KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.h
authorSean Christopherson <sean.j.christopherson@intel.com>
Mon, 3 Dec 2018 21:52:58 +0000 (13:52 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Dec 2018 11:34:25 +0000 (12:34 +0100)
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>
arch/x86/kvm/vmx/evmcs.h [moved from arch/x86/kvm/vmx/vmx_evmcs.h with 100% similarity]
arch/x86/kvm/vmx/vmx.c

index 2fe25c1..68a0bb7 100644 (file)
@@ -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)