MAINTAINERS: adjust entry after renaming the vmx hyperv files
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 5 Dec 2022 08:20:44 +0000 (09:20 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 27 Dec 2022 11:00:50 +0000 (06:00 -0500)
Commit a789aeba4196 ("KVM: VMX: Rename "vmx/evmcs.{ch}" to
"vmx/hyperv.{ch}"") renames the VMX specific Hyper-V files, but does not
adjust the entry in MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Repair this file reference in KVM X86 HYPER-V (KVM/hyper-v).

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Fixes: a789aeba4196 ("KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"")
Reviewed-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20221205082044.10141-1-lukas.bulwahn@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
MAINTAINERS

index 89672a5..8d90da0 100644 (file)
@@ -11322,7 +11322,7 @@ F:      arch/x86/kvm/hyperv.*
 F:     arch/x86/kvm/kvm_onhyperv.*
 F:     arch/x86/kvm/svm/hyperv.*
 F:     arch/x86/kvm/svm/svm_onhyperv.*
-F:     arch/x86/kvm/vmx/evmcs.*
+F:     arch/x86/kvm/vmx/hyperv.*
 
 KVM X86 Xen (KVM/Xen)
 M:     David Woodhouse <dwmw2@infradead.org>