Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -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)