From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Aurelien Jarno Date: Thu, 6 Jan 2011 22:50:26 +0100 Message-Id: <1294350626-5261-3-git-send-email-aurelien@aurel32.net> In-Reply-To: <1294350626-5261-1-git-send-email-aurelien@aurel32.net> References: <1294350626-5261-1-git-send-email-aurelien@aurel32.net> Subject: [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Andrzej Zaborowski , Alexander Graf , Aurelien Jarno 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/ -- 1.7.2.3