]> git.itanic.dy.fi Git - linux-stable/commit
KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
authorVitaly Kuznetsov <vkuznets@redhat.com>
Tue, 1 Nov 2022 14:53:44 +0000 (15:53 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 18 Nov 2022 17:59:01 +0000 (12:59 -0500)
commita789aeba419647c44d7e7320de20fea037c211d0
treedd95add80786ab60e07120c52e8c211d8fe1ba26
parentb83237ad2167a0f9a43b909adb42623941b741b8
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>
arch/x86/kvm/Makefile
arch/x86/kvm/vmx/hyperv.c [moved from arch/x86/kvm/vmx/evmcs.c with 99% similarity]
arch/x86/kvm/vmx/hyperv.h [moved from arch/x86/kvm/vmx/evmcs.h with 98% similarity]
arch/x86/kvm/vmx/nested.c
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/vmx/vmx_ops.h