]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: Add arch/x86/kvm sub-directories to existing KVM/x86 entry
authorSean Christopherson <sean.j.christopherson@intel.com>
Thu, 20 Dec 2018 20:53:20 +0000 (12:53 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Dec 2018 10:47:44 +0000 (11:47 +0100)
commit05f797b132b266979fe41632e9f9029042e2fcd8
tree3ede19d50466e1b236839ea0356387e69e989f14
parent0c27371db27df5ea0fbbd6df4a9b4c6c490caad7
MAINTAINERS: Add arch/x86/kvm sub-directories to existing KVM/x86 entry

A series currently sitting in KVM's queue for 4.21 moves the bulk of
KVM's VMX code to a dedicated VMX sub-directory[1].  As a result,
get_maintainers.pl doesn't get any hits on the newly relocated VMX
files when the script is run with --pattern-depth=1.

Add all arch/x86/kvm sub-directories to the existing MAINTAINERS entry
for KVM/x86 instead of arch/x86/kvm/vmx as other code, e.g. SVM, may
get similar treatment in the near future.

[1] https://patchwork.kernel.org/cover/10710751/

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
MAINTAINERS