Skip to content

Commit e0a7852

Browse files
bulwahnbonzini
authored andcommitted
MAINTAINERS: adjust entry after renaming the vmx hyperv files
Commit a789aeb ("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 <[email protected]> Fixes: a789aeb ("KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"") Reviewed-by: Sean Christopherson <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 92c8191 commit e0a7852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11322,7 +11322,7 @@ F: arch/x86/kvm/hyperv.*
1132211322
F: arch/x86/kvm/kvm_onhyperv.*
1132311323
F: arch/x86/kvm/svm/hyperv.*
1132411324
F: arch/x86/kvm/svm/svm_onhyperv.*
11325-
F: arch/x86/kvm/vmx/evmcs.*
11325+
F: arch/x86/kvm/vmx/hyperv.*
1132611326

1132711327
KVM X86 Xen (KVM/Xen)
1132811328
M: David Woodhouse <[email protected]>

0 commit comments

Comments
 (0)