From patchwork Tue Jun 11 15:24:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Armbruster X-Patchwork-Id: 1113972 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45NYmM0Rc4z9sDB for ; Wed, 12 Jun 2019 01:28:03 +1000 (AEST) Received: from localhost ([::1]:60242 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1haigr-0004iW-3P for incoming@patchwork.ozlabs.org; Tue, 11 Jun 2019 11:28:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57370) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1haidu-0004fR-T1 for qemu-devel@nongnu.org; Tue, 11 Jun 2019 11:25:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1haids-0006Nr-8Y for qemu-devel@nongnu.org; Tue, 11 Jun 2019 11:24:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50226) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1haidr-0006Mz-Vz for qemu-devel@nongnu.org; Tue, 11 Jun 2019 11:24:56 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 44994223878 for ; Tue, 11 Jun 2019 15:24:55 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-148.ams2.redhat.com [10.36.116.148]) by smtp.corp.redhat.com (Postfix) with ESMTPS id ABF0460BF1; Tue, 11 Jun 2019 15:24:52 +0000 (UTC) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id DE3F31136423; Tue, 11 Jun 2019 17:24:48 +0200 (CEST) From: Markus Armbruster To: qemu-devel@nongnu.org Date: Tue, 11 Jun 2019 17:24:47 +0200 Message-Id: <20190611152448.29436-12-armbru@redhat.com> In-Reply-To: <20190611152448.29436-1-armbru@redhat.com> References: <20190611152448.29436-1-armbru@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Tue, 11 Jun 2019 15:24:55 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PULL 11/12] MAINTAINERS: Improve section headlines X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" When scripts/get_maintainer.pl reports something like John Doe (maintainer:Overall) the user is left to wonder *which* of our three "Overall" sections applies: the one under "Guest CPU cores (TCG)", or the one under "Guest CPU Cores (KVM)", or the one under "Usermode emulation". Rename sections under * "Guest CPU cores (TCG)" from "FOO" to "FOO TCG CPUs" * "Guest CPU Cores (KVM)" from "FOO" to "FOO KVM CPUs" * "Guest CPU Cores (Xen)" from "FOO" to "FOO Xen CPUs" * "Architecture support" from "FOO" to "FOO general architecture support" * "Usermode Emulation" from "Overall" to "Overall usermode emulation" * "Tiny Code Generator (TCG)" from "FOO target" to "FOO TCG target", and from "Common code" to "Common TCG code" Signed-off-by: Markus Armbruster Message-Id: <20190606172408.18399-3-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé --- MAINTAINERS | 80 ++++++++++++++++++++++++++--------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 869766346b..550d6c5959 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -83,7 +83,7 @@ T: git https://github.com/vivier/qemu.git trivial-patches Architecture support -------------------- -S390 +S390 general architecture support M: Cornelia Huck S: Supported F: default-configs/s390x-softmmu.mak @@ -109,7 +109,7 @@ L: qemu-s390x@nongnu.org Guest CPU cores (TCG): ---------------------- -Overall +Overall TCG CPUs M: Richard Henderson R: Paolo Bonzini S: Maintained @@ -135,14 +135,14 @@ F: fpu/ F: include/fpu/ F: tests/fp/ -Alpha +Alpha TCG CPUs M: Richard Henderson S: Maintained F: target/alpha/ F: tests/tcg/alpha/ F: disas/alpha.c -ARM +ARM TCG CPUs M: Peter Maydell L: qemu-arm@nongnu.org S: Maintained @@ -163,7 +163,7 @@ S: Maintained F: hw/arm/smmu* F: include/hw/arm/smmu* -CRIS +CRIS TCG CPUs M: Edgar E. Iglesias S: Maintained F: target/cris/ @@ -172,14 +172,14 @@ F: include/hw/cris/ F: tests/tcg/cris/ F: disas/cris.c -HPPA (PA-RISC) +HPPA (PA-RISC) TCG CPUs M: Richard Henderson S: Maintained F: target/hppa/ F: hw/hppa/ F: disas/hppa.c -LM32 +LM32 TCG CPUs M: Michael Walle S: Maintained F: target/lm32/ @@ -192,20 +192,20 @@ F: include/hw/char/lm32_juart.h F: include/hw/lm32/ F: tests/tcg/lm32/ -M68K +M68K TCG CPUs M: Laurent Vivier S: Maintained F: target/m68k/ F: disas/m68k.c -MicroBlaze +MicroBlaze TCG CPUs M: Edgar E. Iglesias S: Maintained F: target/microblaze/ F: hw/microblaze/ F: disas/microblaze.c -MIPS +MIPS TCG CPUs M: Aurelien Jarno M: Aleksandar Markovic R: Aleksandar Rikalo @@ -226,7 +226,7 @@ F: include/hw/timer/mips_gictimer.h F: tests/tcg/mips/ K: ^Subject:.*(?i)mips -Moxie +Moxie TCG CPUs M: Anthony Green S: Maintained F: target/moxie/ @@ -234,7 +234,7 @@ F: disas/moxie.c F: hw/moxie/ F: default-configs/moxie-softmmu.mak -NiosII +NiosII TCG CPUs M: Chris Wulff M: Marek Vasut S: Maintained @@ -244,14 +244,14 @@ F: hw/intc/nios2_iic.c F: disas/nios2.c F: default-configs/nios2-softmmu.mak -OpenRISC +OpenRISC TCG CPUs M: Stafford Horne S: Odd Fixes F: target/openrisc/ F: hw/openrisc/ F: tests/tcg/openrisc/ -PowerPC +PowerPC TCG CPUs M: David Gibson L: qemu-ppc@nongnu.org S: Maintained @@ -260,7 +260,7 @@ F: hw/ppc/ F: include/hw/ppc/ F: disas/ppc.c -RISC-V +RISC-V TCG CPUs M: Palmer Dabbelt M: Alistair Francis M: Sagar Karandikar @@ -273,7 +273,7 @@ F: include/hw/riscv/ F: linux-user/host/riscv32/ F: linux-user/host/riscv64/ -S390 +S390 TCG CPUs M: Richard Henderson M: David Hildenbrand S: Maintained @@ -283,7 +283,7 @@ F: disas/s390.c F: tests/tcg/s390x/ L: qemu-s390x@nongnu.org -SH4 +SH4 TCG CPUs M: Aurelien Jarno S: Odd Fixes F: target/sh4/ @@ -291,7 +291,7 @@ F: hw/sh4/ F: disas/sh4.c F: include/hw/sh4/ -SPARC +SPARC TCG CPUs M: Mark Cave-Ayland M: Artyom Tarasenko S: Maintained @@ -301,14 +301,14 @@ F: hw/sparc64/ F: include/hw/sparc/sparc64.h F: disas/sparc.c -UniCore32 +UniCore32 TCG CPUs M: Guan Xuetao S: Maintained F: target/unicore32/ F: hw/unicore32/ F: include/hw/unicore32/ -X86 +X86 TCG CPUs M: Paolo Bonzini M: Richard Henderson M: Eduardo Habkost @@ -321,7 +321,7 @@ F: disas/i386.c F: docs/qemu-cpu-models.texi T: git https://github.com/ehabkost/qemu.git x86-next -Xtensa +Xtensa TCG CPUs M: Max Filippov W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa S: Maintained @@ -332,7 +332,7 @@ F: disas/xtensa.c F: include/hw/xtensa/xtensa-isa.h F: default-configs/xtensa*.mak -TriCore +TriCore TCG CPUs M: Bastian Koppelmann S: Maintained F: target/tricore/ @@ -347,7 +347,7 @@ F: tests/tcg/multiarch/ Guest CPU Cores (KVM): ---------------------- -Overall +Overall KVM CPUs M: Paolo Bonzini L: kvm@vger.kernel.org S: Supported @@ -358,24 +358,24 @@ F: include/hw/kvm/ F: include/sysemu/kvm*.h F: scripts/kvm/kvm_flightrecorder -ARM +ARM KVM CPUs M: Peter Maydell L: qemu-arm@nongnu.org S: Maintained F: target/arm/kvm.c -MIPS +MIPS KVM CPUs M: James Hogan R: Aleksandar Rikalo S: Maintained F: target/mips/kvm.c -PPC +PPC KVM CPUs M: David Gibson S: Maintained F: target/ppc/kvm.c -S390 +S390 KVM CPUs M: Halil Pasic M: Cornelia Huck M: Christian Borntraeger @@ -394,7 +394,7 @@ T: git https://github.com/cohuck/qemu.git s390-next T: git https://github.com/borntraeger/qemu.git s390-next L: qemu-s390x@nongnu.org -X86 +X86 KVM CPUs M: Paolo Bonzini M: Marcelo Tosatti L: kvm@vger.kernel.org @@ -405,7 +405,7 @@ F: scripts/kvm/vmxcap Guest CPU Cores (Xen): ---------------------- -X86 +X86 Xen CPUs M: Stefano Stabellini M: Anthony Perard M: Paul Durrant @@ -2267,7 +2267,7 @@ F: tests/uefi-test-tools/ Usermode Emulation ------------------ -Overall +Overall usermode emulation M: Riku Voipio S: Maintained F: thunk.c @@ -2288,12 +2288,12 @@ F: scripts/qemu-binfmt-conf.sh Tiny Code Generator (TCG) ------------------------- -Common code +Common TCG code M: Richard Henderson S: Maintained F: tcg/ -AArch64 target +AArch64 TCG target M: Claudio Fontana M: Claudio Fontana S: Maintained @@ -2302,33 +2302,33 @@ F: tcg/aarch64/ F: disas/arm-a64.cc F: disas/libvixl/ -ARM target +ARM TCG target M: Andrzej Zaborowski S: Maintained L: qemu-arm@nongnu.org F: tcg/arm/ F: disas/arm.c -i386 target +i386 TCG target M: Richard Henderson S: Maintained F: tcg/i386/ F: disas/i386.c -MIPS target +MIPS TCG target M: Aurelien Jarno R: Aleksandar Rikalo S: Maintained F: tcg/mips/ F: disas/mips.c -PPC +PPC TCG target M: Richard Henderson S: Odd Fixes F: tcg/ppc/ F: disas/ppc.c -RISC-V +RISC-V TCG target M: Palmer Dabbelt M: Alistair Francis L: qemu-riscv@nongnu.org @@ -2336,19 +2336,19 @@ S: Maintained F: tcg/riscv/ F: disas/riscv.c -S390 target +S390 TCG target M: Richard Henderson S: Maintained F: tcg/s390/ F: disas/s390.c L: qemu-s390x@nongnu.org -SPARC target +SPARC TCG target S: Odd Fixes F: tcg/sparc/ F: disas/sparc.c -TCI target +TCI TCG target M: Stefan Weil S: Maintained F: tcg/tci/