* [PATCH v2] KVM: MAINTAINERS improvements
@ 2017-08-11 12:29 Andrew Jones
2017-08-11 12:59 ` Cornelia Huck
2017-08-11 14:44 ` Joerg Roedel
0 siblings, 2 replies; 3+ messages in thread
From: Andrew Jones @ 2017-08-11 12:29 UTC (permalink / raw)
To: kvm
Cc: pbonzini, rkrcmar, joro, cdall, marc.zyngier, agraf, borntraeger,
cohuck, james.hogan
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>
---
v2: add some missing files
(I thought I sent this yesterday, apparently not...)
MAINTAINERS | 36 +++++++++++++++++++++++++-----------
1 file changed, 25 insertions(+), 11 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 84d6a8277cbd..9138c6ad30b1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7387,18 +7387,30 @@ L: kvm@vger.kernel.org
W: http://www.linux-kvm.org
T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
S: Supported
-F: Documentation/*/kvm*.txt
F: Documentation/virtual/kvm/
-F: arch/*/kvm/
-F: arch/x86/kernel/kvm.c
-F: arch/x86/kernel/kvmclock.c
-F: arch/*/include/asm/kvm*
-F: include/linux/kvm*
+F: include/trace/events/kvm.h
+F: include/uapi/asm-generic/kvm*
F: include/uapi/linux/kvm*
-F: virt/kvm/
+F: include/asm-generic/kvm*
+F: include/linux/kvm*
+F: include/kvm/iodev.h
+F: virt/kvm/*
F: tools/kvm/
-KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
+KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)
+M: Paolo Bonzini <pbonzini@redhat.com>
+M: Radim Krčmář <rkrcmar@redhat.com>
+L: kvm@vger.kernel.org
+W: http://www.linux-kvm.org
+T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
+S: Supported
+F: arch/x86/kvm/
+F: arch/x86/include/uapi/asm/kvm*
+F: arch/x86/include/asm/kvm*
+F: arch/x86/kernel/kvm.c
+F: arch/x86/kernel/kvmclock.c
+
+KERNEL VIRTUAL MACHINE FOR AMD-V (KVM/amd)
M: Joerg Roedel <joro@8bytes.org>
L: kvm@vger.kernel.org
W: http://www.linux-kvm.org/
@@ -7406,7 +7418,7 @@ S: Maintained
F: arch/x86/include/asm/svm.h
F: arch/x86/kvm/svm.c
-KERNEL VIRTUAL MACHINE (KVM) FOR ARM
+KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm)
M: Christoffer Dall <christoffer.dall@linaro.org>
M: Marc Zyngier <marc.zyngier@arm.com>
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
@@ -7420,14 +7432,16 @@ F: arch/arm/kvm/
F: virt/kvm/arm/
F: include/kvm/arm_*
-KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
+KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
M: Alexander Graf <agraf@suse.com>
L: kvm-ppc@vger.kernel.org
W: http://www.linux-kvm.org/
T: git git://github.com/agraf/linux-2.6.git
S: Supported
+F: arch/powerpc/include/uapi/asm/kvm*
F: arch/powerpc/include/asm/kvm*
F: arch/powerpc/kvm/
+F: arch/powerpc/kernel/kvm*
KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
M: Christoffer Dall <christoffer.dall@linaro.org>
@@ -7454,7 +7468,7 @@ L: linux-s390@vger.kernel.org
W: http://www.ibm.com/developerworks/linux/linux390/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
S: Supported
-F: Documentation/s390/kvm.txt
+F: arch/s390/include/uapi/asm/kvm*
F: arch/s390/include/asm/kvm*
F: arch/s390/kvm/
F: arch/s390/mm/gmap.c
--
2.13.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] KVM: MAINTAINERS improvements
2017-08-11 12:29 [PATCH v2] KVM: MAINTAINERS improvements Andrew Jones
@ 2017-08-11 12:59 ` Cornelia Huck
2017-08-11 14:44 ` Joerg Roedel
1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2017-08-11 12:59 UTC (permalink / raw)
To: Andrew Jones
Cc: kvm, pbonzini, rkrcmar, joro, cdall, marc.zyngier, agraf,
borntraeger, james.hogan
On Fri, 11 Aug 2017 14:29:20 +0200
Andrew Jones <drjones@redhat.com> wrote:
> 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>
> @@ -7454,7 +7468,7 @@ L: linux-s390@vger.kernel.org
> W: http://www.ibm.com/developerworks/linux/linux390/
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
> S: Supported
> -F: Documentation/s390/kvm.txt
> +F: arch/s390/include/uapi/asm/kvm*
> F: arch/s390/include/asm/kvm*
> F: arch/s390/kvm/
> F: arch/s390/mm/gmap.c
There might be a case for arch/s390/include/asm/gmap.h as well, but
gmap.c should already cover the gmap code, so
Acked-by: Cornelia Huck <cohuck@redhat.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] KVM: MAINTAINERS improvements
2017-08-11 12:29 [PATCH v2] KVM: MAINTAINERS improvements Andrew Jones
2017-08-11 12:59 ` Cornelia Huck
@ 2017-08-11 14:44 ` Joerg Roedel
1 sibling, 0 replies; 3+ messages in thread
From: Joerg Roedel @ 2017-08-11 14:44 UTC (permalink / raw)
To: Andrew Jones
Cc: kvm, pbonzini, rkrcmar, cdall, marc.zyngier, agraf, borntraeger,
cohuck, james.hogan
On Fri, Aug 11, 2017 at 02:29:20PM +0200, Andrew Jones wrote:
> 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: Joerg Roedel <jroedel@suse.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-08-11 14:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-11 12:29 [PATCH v2] KVM: MAINTAINERS improvements Andrew Jones
2017-08-11 12:59 ` Cornelia Huck
2017-08-11 14:44 ` Joerg Roedel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox