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>
This commit is contained in:
Родитель
e0123119a5
Коммит
4cebd747d7
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче