From patchwork Mon Jun 20 14:19:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Armbruster X-Patchwork-Id: 9187707 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E22616075F for ; Mon, 20 Jun 2016 14:58:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CEB5025221 for ; Mon, 20 Jun 2016 14:58:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C15C3271FD; Mon, 20 Jun 2016 14:58:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3547D25221 for ; Mon, 20 Jun 2016 14:58:53 +0000 (UTC) Received: from localhost ([::1]:44161 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF0f5-0007QB-QC for patchwork-qemu-devel@patchwork.kernel.org; Mon, 20 Jun 2016 10:58:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF033-0006Td-JZ for qemu-devel@nongnu.org; Mon, 20 Jun 2016 10:19:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bF02z-0001CE-7m for qemu-devel@nongnu.org; Mon, 20 Jun 2016 10:19:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF02y-0001CA-Vg for qemu-devel@nongnu.org; Mon, 20 Jun 2016 10:19:29 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BE7E446267; Mon, 20 Jun 2016 14:19:27 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-49.ams2.redhat.com [10.36.116.49]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u5KEJQLr029840 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 20 Jun 2016 10:19:27 -0400 Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id 94AFB113865B; Mon, 20 Jun 2016 16:19:25 +0200 (CEST) From: Markus Armbruster To: qemu-devel@nongnu.org Date: Mon, 20 Jun 2016 16:19:25 +0200 Message-Id: <1466432365-11908-1-git-send-email-armbru@redhat.com> In-Reply-To: <1465975543-14874-1-git-send-email-mark.cave-ayland@ilande.co.uk> References: <1465975543-14874-1-git-send-email-mark.cave-ayland@ilande.co.uk> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Mon, 20 Jun 2016 14:19:28 +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] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, mark.cave-ayland@ilande.co.uk, Paolo Bonzini Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Blue hasn't been active in the QEMU project for a long time. Drop his last MAINTAINERS entries. As per Paolo's recommendation, downgrade status of "BSD user" from Maintained to Orphan since the FreeBSD guys effectively forked it, and "SPARC target" from Maintained to Odd Fixes, since we still have the overall TCG maintainer looking after it. I'm leaving Checkpatch's status at Odd Fixes. Calling it Maintained wouldn't be wrong, but I'm not comfortable upgrading it while nobody is willing to have his name nailed to the thing. Cc: Paolo Bonzini Signed-off-by: Markus Armbruster --- MAINTAINERS | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index dbc7a18..d8475da 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1261,7 +1261,6 @@ F: docs/tracing.txt T: git git://github.com/stefanha/qemu.git tracing Checkpatch -M: Blue Swirl S: Odd Fixes F: scripts/checkpatch.pl @@ -1334,8 +1333,7 @@ F: thunk.c F: user-exec.c BSD user -M: Blue Swirl -S: Maintained +S: Orphan F: bsd-user/ Linux user @@ -1398,8 +1396,7 @@ F: tcg/s390/ F: disas/s390.c SPARC target -M: Blue Swirl -S: Maintained +S: Odd Fixes F: tcg/sparc/ F: disas/sparc.c