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-de...@non-gnu.org
as this code can break easily, so it's better to get it reviewed by a few
persons.

v1 -> v2:
- Changed i386 as maintained (community maintenance)
- Add Richard Henderson as the second s390 maintainer

Cc: Alexander Graf <ag...@suse.de>
Cc: Andrzej Zaborowski <bal...@zabor.org>
Cc: Aurelien Jarno <aurel...@aurel32.net>
Cc: Blue Swirl <blauwir...@gmail.com>
Cc: Richard Henderson <r...@twiddle.net>
Cc: Vassili Karpov (malc) <av1...@comtv.ru>
Signed-off-by: Aurelien Jarno <aurel...@aurel32.net>
---
 MAINTAINERS |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3f15b21..41cf429 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -426,3 +426,56 @@ Linux user
 M: Riku Voipio <riku.voi...@iki.fi>
 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 <bal...@zabor.org>
+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: Maintained
+F: tcg/i386/
+
+IA64 target
+M: Aurelien Jarno <aurel...@aurel32.net>
+S: Maintained
+F: tcg/ia64/
+
+MIPS target
+M: Aurelien Jarno <aurel...@aurel32.ne>
+S: Maintained
+F: tcg/mips/
+
+PPC
+M: Vassili Karpov (malc) <av1...@comtv.ru>
+S: Maintained
+F: tcg/ppc/
+
+PPC64 target
+M: Vassili Karpov (malc) <av1...@comtv.ru>
+S: Maintained
+F: tcg/ppc64/
+
+S390 target
+M: Alexander Graf <ag...@suse.de>
+M: Richard Henderson <r...@twiddle.net>
+S: Maintained
+F: tcg/s390/
+
+SPARC target
+M: Blue Swirl <blauwir...@gmail.com>
+S: Maintained
+F: tcg/sparc/
-- 
1.7.2.3


Reply via email to