From patchwork Thu Jan 6 21:50:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aurelien Jarno X-Patchwork-Id: 77808 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id BC577B7147 for ; Fri, 7 Jan 2011 08:54:18 +1100 (EST) Received: from localhost ([127.0.0.1]:32981 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaxmK-0004Ej-CP for incoming@patchwork.ozlabs.org; Thu, 06 Jan 2011 16:53:52 -0500 Received: from [140.186.70.92] (port=59679 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Paxjb-0003FK-V1 for qemu-devel@nongnu.org; Thu, 06 Jan 2011 16:51:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaxjF-0007Mw-3W for qemu-devel@nongnu.org; Thu, 06 Jan 2011 16:50:42 -0500 Received: from hall.aurel32.net ([88.191.126.93]:56265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PaxjE-0007Mr-U6 for qemu-devel@nongnu.org; Thu, 06 Jan 2011 16:50:41 -0500 Received: from [2001:470:d4ed:0:5e26:aff:fe2b:6f5b] (helo=volta.aurel32.net) by hall.aurel32.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1PaxjC-0004cL-Re; Thu, 06 Jan 2011 22:50:38 +0100 Received: from aurel32 by volta.aurel32.net with local (Exim 4.72) (envelope-from ) id 1Paxj5-0001OK-HJ; Thu, 06 Jan 2011 22:50:31 +0100 From: Aurelien Jarno To: qemu-devel@nongnu.org Date: Thu, 6 Jan 2011 22:50:26 +0100 Message-Id: <1294350626-5261-3-git-send-email-aurelien@aurel32.net> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1294350626-5261-1-git-send-email-aurelien@aurel32.net> References: <1294350626-5261-1-git-send-email-aurelien@aurel32.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: Blue Swirl , Andrzej Zaborowski , Alexander Graf , Aurelien Jarno Subject: [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The MAINTAINERS file was lacking entries concerning the TCG code, add them based on the git history. For the common TCG code, is probably better to keep qemu-devel@non-gnu.org as this code can break easily, so it's better to get it reviewed by a few persons. Cc: Alexander Graf Cc: Andrzej Zaborowski Cc: Aurelien Jarno Cc: Blue Swirl Cc: Vassili Karpov (malc) Signed-off-by: Aurelien Jarno --- MAINTAINERS | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 52 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3f15b21..ed42ae1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -426,3 +426,55 @@ Linux user M: Riku Voipio S: Maintained F: linux-user/ + +Tiny Code Generator (TCG) +------------------------- +Common code +M: qemu-devel@nongnu.org +S: Maintained +F: tcg/ + +ARM target +M: Andrzej Zaborowski +S: Maintained +F: tcg/arm/ + +HPPA target +M: qemu-devel@nongnu.org +S: Orphan +F: tcg/hppa/ + +i386 target +M: qemu-devel@nongnu.org +S: Orphan +F: tcg/i386/ + +IA64 target +M: Aurelien Jarno +S: Maintained +F: tcg/ia64/ + +MIPS target +M: Aurelien Jarno +S: Maintained +F: tcg/mips/ + +PPC +M: Vassili Karpov (malc) +S: Maintained +F: tcg/ppc/ + +PPC64 target +M: Vassili Karpov (malc) +S: Maintained +F: tcg/ppc64/ + +S390 target +M: Alexander Graf +S: Maintained +F: tcg/s390/ + +SPARC target +M: Blue Swirl +S: Maintained +F: tcg/sparc/