From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCtay-0006WC-7N for qemu-devel@nongnu.org; Tue, 14 Jun 2016 15:01:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCtat-0005ah-1z for qemu-devel@nongnu.org; Tue, 14 Jun 2016 15:01:51 -0400 Received: from chuckie.co.uk ([82.165.15.123]:47958 helo=s16892447.onlinehome-server.info) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCtas-0005aX-R3 for qemu-devel@nongnu.org; Tue, 14 Jun 2016 15:01:46 -0400 References: <1465849380-29388-1-git-send-email-mark.cave-ayland@ilande.co.uk> <1465849380-29388-3-git-send-email-mark.cave-ayland@ilande.co.uk> <87r3c0kw3t.fsf@dusky.pond.sub.org> From: Mark Cave-Ayland Message-ID: <57605467.2070509@ilande.co.uk> Date: Tue, 14 Jun 2016 20:00:55 +0100 MIME-Version: 1.0 In-Reply-To: <87r3c0kw3t.fsf@dusky.pond.sub.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv2 2/2] MAINTAINERS: remove Blue Swirl as SPARC maintainer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org, Blue Swirl On 14/06/16 09:33, Markus Armbruster wrote: > Mark Cave-Ayland writes: > >> Blue is no longer active in the QEMU project, so remove him from the list of >> SPARC maintainers. >> >> Signed-off-by: Mark Cave-Ayland >> CC: Blue Swirl >> --- >> MAINTAINERS | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 081bf20..fdd0057 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -189,7 +189,6 @@ F: hw/sh4/ >> F: disas/sh4.c >> >> SPARC >> -M: Blue Swirl >> M: Mark Cave-Ayland >> M: Artyom Tarasenko >> S: Maintained > > What about the other things Blue nominally maintains? > > SPARC Machines > -------------- > Sun4m > M: Blue Swirl > M: Mark Cave-Ayland > S: Maintained > F: hw/sparc/sun4m.c > > Sun4u > M: Blue Swirl > M: Mark Cave-Ayland > S: Maintained > F: hw/sparc64/sun4u.c > > These two still have a maintainer (you). The remaining ones are > effectively orphaned, but you can't see that in MAINTAINERS. I feel > keeping status there honest is important. Looks like I missed these. I've spoken with Artyom about this off-list and we're both willing to help out with sun4m/sun4u - I'll update the patch to add ourselves, remove Blue and resubmit. > Subsystems > ---------- > Checkpatch > M: Blue Swirl > S: Odd Fixes > F: scripts/checkpatch.pl > > get_maintainer.pl --no-m --git: > Paolo Bonzini (commit_signer:9/12=75%) > Leonid Bloch (commit_signer:2/12=17%) > Michael Tokarev (commit_signer:2/12=17%) > Peter Maydell (commit_signer:2/12=17%) > Stefan Weil (commit_signer:2/12=17%) > --git-blame: > Blue Swirl (authored lines:2374/2607=91%,commits:11/28=39%) > Paolo Bonzini (commits:10/28=36%) > Stefan Hajnoczi (commits:5/28=18%) > Don Slutz (commits:4/28=14%) > Stefan Weil (commits:3/28=11%) > qemu-devel@nongnu.org (open list:All patches CC here) > > Usermode Emulation > ------------------ > BSD user > M: Blue Swirl > S: Maintained > F: bsd-user/ > > Tiny Code Generator (TCG) > ------------------------- > SPARC target > M: Blue Swirl > S: Maintained > F: tcg/sparc/ > F: disas/sparc.c Sadly I can't help with TCG SPARC target as I don't own any SPARC hardware (ironically the reason I started using QEMU in the first place..). Outside of SPARC, I don't feel that it's my role to remove Blue from the other areas of MAINTAINERS; perhaps that would best come from Peter? ATB, Mark.