]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: MAINTAINERS improvements
authorAndrew Jones <drjones@redhat.com>
Fri, 11 Aug 2017 12:29:20 +0000 (14:29 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Aug 2017 16:53:18 +0000 (18:53 +0200)
commita170504f9f6d4835e042edf4c764a21594acc79c
treec816935340d11d2be40e2683d2417c7deb5ab3b8
parenteebed2438923f8df465c27f8fa41303771fdb2e8
KVM: MAINTAINERS improvements

Remove nonexistent files, allow less awkward expressions when
extracting arch-specific information, and only return relevant
information when using arch-specific expressions. Additionally
add include/trace/events/kvm.h, arch/*/include/uapi/asm/kvm*,
and arch/powerpc/kernel/kvm* to appropriate sections. The arch-
specific expressions are now:

 /KVM/                                        -- All KVM
 /\(KVM\)|\(KVM\/x86\)/                       -- X86
 /\(KVM\)|\(KVM\/x86\)|\(KVM\/amd\)/          -- X86 plus AMD
 /\(KVM\)|\(KVM\/arm\)/                       -- ARM
 /\(KVM\)|\(KVM\/arm\)|\(KVM\/arm64\)/        -- ARM plus ARM64
 /\(KVM\)|\(KVM\/powerpc\)/                   -- POWERPC
 /\(KVM\)|\(KVM\/s390\)/                      -- S390
 /\(KVM\)|\(KVM\/mips\)/                      -- MIPS

Signed-off-by: Andrew Jones <drjones@redhat.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Acked-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
MAINTAINERS