aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/nested.c
diff options
context:
space:
mode:
authorGravatar Vitaly Kuznetsov <vkuznets@redhat.com> 2022-11-01 15:53:44 +0100
committerGravatar Paolo Bonzini <pbonzini@redhat.com> 2022-11-18 12:59:01 -0500
commita789aeba419647c44d7e7320de20fea037c211d0 (patch)
treedd95add80786ab60e07120c52e8c211d8fe1ba26 /arch/x86/kvm/vmx/nested.c
parentKVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush' (diff)
downloadlinux-a789aeba419647c44d7e7320de20fea037c211d0.tar.gz
linux-a789aeba419647c44d7e7320de20fea037c211d0.tar.bz2
linux-a789aeba419647c44d7e7320de20fea037c211d0.zip
KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
To conform with SVM, rename VMX specific Hyper-V files from "evmcs.{ch}" to "hyperv.{ch}". While Enlightened VMCS is a lion's share of these files, some stuff (e.g. enlightened MSR bitmap, the upcoming Hyper-V L2 TLB flush, ...) goes beyond that. Reviewed-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20221101145426.251680-7-vkuznets@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/vmx/nested.c')
-rw-r--r--arch/x86/kvm/vmx/nested.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx/nested.c b/arch/x86/kvm/vmx/nested.c
index 7924dea93678..048b2c3e3b3f 100644
--- a/arch/x86/kvm/vmx/nested.c
+++ b/arch/x86/kvm/vmx/nested.c
@@ -7,7 +7,6 @@
#include <asm/mmu_context.h>
#include "cpuid.h"
-#include "evmcs.h"
#include "hyperv.h"
#include "mmu.h"
#include "nested.h"