From nobody Tue Sep 30 03:11:05 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1639573439074827.5516503847093; Wed, 15 Dec 2021 05:03:59 -0800 (PST) Received: from localhost ([::1]:55452 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mxTwr-0006SM-Vw for importer@patchew.org; Wed, 15 Dec 2021 08:03:58 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51540) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxTlm-0004f8-Ja for qemu-devel@nongnu.org; Wed, 15 Dec 2021 07:52:30 -0500 Received: from mail.xen0n.name ([115.28.160.31]:36538 helo=mailbox.box.xen0n.name) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxTlR-00041a-AD for qemu-devel@nongnu.org; Wed, 15 Dec 2021 07:52:27 -0500 Received: from ld50.lan (unknown [101.88.31.179]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mailbox.box.xen0n.name (Postfix) with ESMTPSA id 44270600B0; Wed, 15 Dec 2021 20:52:05 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=xen0n.name; s=mail; t=1639572725; bh=h6vDiJLIYpsVBbpJ4r8TDFxfc/TmLsVV4SUyHus9sFE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Z6mdxR4ulgms/wYENrZ2D+Ue3Z0c1IzF/uek3V3tRL/ROR/Og/BEM4ZT4aZau/PLw MebDMv2JL5oD3C1JfWgSw2D4HEv/bRIdKbfpKdp0+sZeufhmQFwm58l9Yc2DPu6+It vbYMXbyzEVymvHGvOk+Nbpb3HwfnAgp8sXd+7CJc= From: WANG Xuerui To: qemu-devel@nongnu.org Subject: [PATCH v10 02/31] MAINTAINERS: Add tcg/loongarch64 entry with myself as maintainer Date: Wed, 15 Dec 2021 20:51:07 +0800 Message-Id: <20211215125136.3449717-3-git@xen0n.name> X-Mailer: git-send-email 2.34.0 In-Reply-To: <20211215125136.3449717-1-git@xen0n.name> References: <20211215125136.3449717-1-git@xen0n.name> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=115.28.160.31; envelope-from=git@xen0n.name; helo=mailbox.box.xen0n.name X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , XiaoJuan Yang , Richard Henderson , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Laurent Vivier , WANG Xuerui , =?UTF-8?q?Alex=20Benn=C3=A9e?= , Song Gao Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZM-MESSAGEID: 1639573512533100001 I ported the initial code, so I should maintain it of course. Signed-off-by: WANG Xuerui Reviewed-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3fd57f8fac..1312a00f0d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3138,6 +3138,11 @@ S: Maintained F: tcg/i386/ F: disas/i386.c =20 +LoongArch64 TCG target +M: WANG Xuerui +S: Maintained +F: tcg/loongarch64/ + MIPS TCG target M: Philippe Mathieu-Daud=C3=A9 R: Aurelien Jarno --=20 2.34.0