From patchwork Sat Dec 21 15:53:06 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Hogan X-Patchwork-Id: 11307115 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0F63A138C for ; Sat, 21 Dec 2019 16:42:00 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id A6B922070C for ; Sat, 21 Dec 2019 16:41:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="RtRkV59z" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A6B922070C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Received: from localhost ([::1]:40644 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iihpG-0003U1-IX for patchwork-qemu-devel@patchwork.kernel.org; Sat, 21 Dec 2019 11:41:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37677) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iih4H-0008Ce-KF for qemu-devel@nongnu.org; Sat, 21 Dec 2019 10:53:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iih4E-0007V2-2v for qemu-devel@nongnu.org; Sat, 21 Dec 2019 10:53:24 -0500 Received: from mail.kernel.org ([198.145.29.99]:39742) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iih4D-0007NS-NC for qemu-devel@nongnu.org; Sat, 21 Dec 2019 10:53:21 -0500 Received: from jamesdev.lan (jahogan.plus.com [212.159.75.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 858372072B; Sat, 21 Dec 2019 15:53:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576943599; bh=gHGpBtJi5CUKFgCeCIUVDpYnQjSt/JoZIFtgSOX3FqQ=; h=From:To:Cc:Subject:Date:From; b=RtRkV59z5FeMKslEfoPBDxNWmUsMgvI0vE3gcgLt3X1N6MqKcKT52xO0BA7QUeM5c oIL1Jx1YgujjCCeY0VF/hDUGrfKTPiC9e9GcaVZyFJwAqRIM9YKZXIfWCzuMGaL58z B8RK8Ct8UuX4oCDymThA7DdN+HNqiFyFWnuBZ7L4= From: James Hogan To: Aurelien Jarno , qemu-devel@nongnu.org Subject: [PATCH] MAINTAINERS: Orphan MIPS KVM CPUs Date: Sat, 21 Dec 2019 15:53:06 +0000 Message-Id: <20191221155306.49221-1-jhogan@kernel.org> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 198.145.29.99 X-Mailman-Approved-At: Sat, 21 Dec 2019 11:41:18 -0500 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: James Hogan , Aleksandar Rikalo , Aleksandar Markovic , Paul Burton Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" I haven't been active for 18 months, and don't have the hardware set up to test KVM for MIPS, so mark it as orphaned and remove myself as maintainer. Hopefully somebody from MIPS can pick this up. Signed-off-by: James Hogan Cc: Aleksandar Rikalo Cc: Aurelien Jarno Cc: Aleksandar Markovic Cc: qemu-devel@nongnu.org Reviewed-by: Aleksandar Markovic --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 740401bcbb86..a798ad2b0b8a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -363,9 +363,8 @@ S: Maintained F: target/arm/kvm.c MIPS KVM CPUs -M: James Hogan R: Aleksandar Rikalo -S: Maintained +S: Orphan F: target/mips/kvm.c PPC KVM CPUs