Commit 4cebd747 authored by Sean Christopherson's avatar Sean Christopherson Committed by Paolo Bonzini

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: default avatarSean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent e0123119
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment