Skip to content

Commit

Permalink
KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sean Christopherson authored and Paolo Bonzini committed Dec 14, 2018
1 parent e012311 commit 4cebd74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/x86/kvm/vmx/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
#include <asm/vmx.h>

#include "cpuid.h"
#include "evmcs.h"
#include "hyperv.h"
#include "irq.h"
#include "kvm_cache_regs.h"
#include "lapic.h"
#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)
Expand Down

0 comments on commit 4cebd74

Please sign in to comment.