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 [email protected] as this code can break easily, so it's better to get it reviewed by a few persons. Cc: Alexander Graf <[email protected]> Cc: Andrzej Zaborowski <[email protected]> Cc: Aurelien Jarno <[email protected]> Cc: Blue Swirl <[email protected]> Cc: Vassili Karpov (malc) <[email protected]> Signed-off-by: Aurelien Jarno <[email protected]> --- 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 <[email protected]> S: Maintained F: linux-user/ + +Tiny Code Generator (TCG) +------------------------- +Common code +M: [email protected] +S: Maintained +F: tcg/ + +ARM target +M: Andrzej Zaborowski <[email protected]> +S: Maintained +F: tcg/arm/ + +HPPA target +M: [email protected] +S: Orphan +F: tcg/hppa/ + +i386 target +M: [email protected] +S: Orphan +F: tcg/i386/ + +IA64 target +M: Aurelien Jarno <[email protected]> +S: Maintained +F: tcg/ia64/ + +MIPS target +M: Aurelien Jarno <[email protected]> +S: Maintained +F: tcg/mips/ + +PPC +M: Vassili Karpov (malc) <[email protected]> +S: Maintained +F: tcg/ppc/ + +PPC64 target +M: Vassili Karpov (malc) <[email protected]> +S: Maintained +F: tcg/ppc64/ + +S390 target +M: Alexander Graf <[email protected]> +S: Maintained +F: tcg/s390/ + +SPARC target +M: Blue Swirl <[email protected]> +S: Maintained +F: tcg/sparc/ -- 1.7.2.3
