diff mbox

[3/3] MAINTAINERS: add entries for TCG

Message ID 1294680873-31849-3-git-send-email-aurelien@aurel32.net
State New
Headers show

Commit Message

Aurelien Jarno Jan. 10, 2011, 5:34 p.m. UTC
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.

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

Cc: Alexander Graf <agraf@suse.de>
Cc: Andrzej Zaborowski <balrog@zabor.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: Blue Swirl <blauwirbel@gmail.com>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Vassili Karpov (malc) <av1474@comtv.ru>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
---
 MAINTAINERS |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 53 insertions(+), 0 deletions(-)

Comments

Alexander Graf Jan. 10, 2011, 5:44 p.m. UTC | #1
On 10.01.2011, at 18:34, Aurelien Jarno wrote:

> 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.
> 
> v1 -> v2:
> - Changed i386 as maintained (community maintenance)
> - Add Richard Henderson as the second s390 maintainer
> 
> Cc: Alexander Graf <agraf@suse.de>
> Cc: Andrzej Zaborowski <balrog@zabor.org>
> Cc: Aurelien Jarno <aurelien@aurel32.net>
> Cc: Blue Swirl <blauwirbel@gmail.com>
> Cc: Richard Henderson <rth@twiddle.net>
> Cc: Vassili Karpov (malc) <av1474@comtv.ru>
> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

Acked-by: Alexander Graf <agraf@suse.de>


Alex
Alexander Graf Jan. 10, 2011, 5:46 p.m. UTC | #2
On 10.01.2011, at 18:34, Aurelien Jarno wrote:

> Cc: Andrzej Zaborowski <balrog@zabor.org>

^- That email address always bounces for me. Are you sure it's still valid?


Alex
andrzej zaborowski Jan. 10, 2011, 6:01 p.m. UTC | #3
On 10 January 2011 18:46, Alexander Graf <agraf@suse.de> wrote:
>
> On 10.01.2011, at 18:34, Aurelien Jarno wrote:
>
>> Cc: Andrzej Zaborowski <balrog@zabor.org>
>
> ^- That email address always bounces for me. Are you sure it's still valid?

It is outdated, please use <balrogg@gmail.com> or alternatively just
the mailling list.

Cheers
Aurelien Jarno Jan. 10, 2011, 6:18 p.m. UTC | #4
On Mon, Jan 10, 2011 at 07:01:47PM +0100, andrzej zaborowski wrote:
> On 10 January 2011 18:46, Alexander Graf <agraf@suse.de> wrote:
> >
> > On 10.01.2011, at 18:34, Aurelien Jarno wrote:
> >
> >> Cc: Andrzej Zaborowski <balrog@zabor.org>
> >
> > ^- That email address always bounces for me. Are you sure it's still valid?
> 
> It is outdated, please use <balrogg@gmail.com> or alternatively just
> the mailling list.
> 

Ok, fixed locally.
Richard Henderson Jan. 10, 2011, 7:21 p.m. UTC | #5
On 01/10/2011 09:34 AM, Aurelien Jarno wrote:
> +HPPA target
> +M: qemu-devel@nongnu.org
> +S: Orphan
> +F: tcg/hppa/

I'm willing to maintain this target, since I re-wrote most of it.
Otherwise,

Acked-by: Richard Henderson <rth@twiddle.net>


r~
Aurelien Jarno Jan. 10, 2011, 7:24 p.m. UTC | #6
On Mon, Jan 10, 2011 at 11:21:15AM -0800, Richard Henderson wrote:
> On 01/10/2011 09:34 AM, Aurelien Jarno wrote:
> > +HPPA target
> > +M: qemu-devel@nongnu.org
> > +S: Orphan
> > +F: tcg/hppa/
> 
> I'm willing to maintain this target, since I re-wrote most of it.
> Otherwise,
> 
Ok, that will be in the next version.
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 3f15b21..41cf429 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -426,3 +426,56 @@  Linux user
 M: Riku Voipio <riku.voipio@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 <balrog@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 <aurelien@aurel32.net>
+S: Maintained
+F: tcg/ia64/
+
+MIPS target
+M: Aurelien Jarno <aurelien@aurel32.ne>
+S: Maintained
+F: tcg/mips/
+
+PPC
+M: Vassili Karpov (malc) <av1474@comtv.ru>
+S: Maintained
+F: tcg/ppc/
+
+PPC64 target
+M: Vassili Karpov (malc) <av1474@comtv.ru>
+S: Maintained
+F: tcg/ppc64/
+
+S390 target
+M: Alexander Graf <agraf@suse.de>
+M: Richard Henderson <rth@twiddle.net>
+S: Maintained
+F: tcg/s390/
+
+SPARC target
+M: Blue Swirl <blauwirbel@gmail.com>
+S: Maintained
+F: tcg/sparc/