From: Aurelien Jarno Date: Fri, 14 Jan 2011 19:39:19 +0000 (+0100) Subject: MAINTAINERS: add entries for TCG X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=42f5a7e9367c1f2cadea3b5af8cccc2781c442df;p=qemu.git MAINTAINERS: add entries for TCG 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. Acked-by: Alexander Graf Signed-off-by: Aurelien Jarno --- diff --git a/MAINTAINERS b/MAINTAINERS index 3f15b21bb1..98db32216f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -426,3 +426,56 @@ 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: Richard Henderson +S: Maintained +F: tcg/hppa/ + +i386 target +M: qemu-devel@nongnu.org +S: Maintained +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 +M: Richard Henderson +S: Maintained +F: tcg/s390/ + +SPARC target +M: Blue Swirl +S: Maintained +F: tcg/sparc/