All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/3] MAINTAINERS: fix typos
@ 2011-01-10 17:34 Aurelien Jarno
  2011-01-10 17:34 ` [Qemu-devel] [PATCH 2/3] MAINTAINERS: Change MIPS and SH4 maintainers Aurelien Jarno
  2011-01-10 17:34 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG Aurelien Jarno
  0 siblings, 2 replies; 10+ messages in thread
From: Aurelien Jarno @ 2011-01-10 17:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Aurelien Jarno

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
---
 MAINTAINERS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 59effc7..98af4ab 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -202,7 +202,7 @@ M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 S: Maintained
 F: hw/etraxfs.c
 
-M86K Machines
+M68K Machines
 -------------
 an5206
 M: Paul Brook <paul@codesourcery.com>
@@ -279,7 +279,7 @@ F: hw/r2d.c
 
 Shix
 M: Magnus Damm <magnus.damm@gmail.com>
-S: Oprhan
+S: Orphan
 F: hw/shix.c
 
 SPARC Machines
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [Qemu-devel] [PATCH 2/3] MAINTAINERS: Change MIPS and SH4 maintainers
  2011-01-10 17:34 [Qemu-devel] [PATCH 1/3] MAINTAINERS: fix typos Aurelien Jarno
@ 2011-01-10 17:34 ` Aurelien Jarno
  2011-01-10 17:34 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG Aurelien Jarno
  1 sibling, 0 replies; 10+ messages in thread
From: Aurelien Jarno @ 2011-01-10 17:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Aurelien Jarno

Since nobody else seems interested in maintaining MIPS and SH4 targets,
and as I have done most of the recent code changes, let officialize
that.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
---
 MAINTAINERS |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 98af4ab..3f15b21 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -81,8 +81,8 @@ S: Maintained
 F: target-microblaze/
 
 MIPS
-M: qemu-devel@nongnu.org
-S: Orphan
+M: Aurelien Jarno <aurelien@aurel32.net>
+S: Maintained
 F: target-mips/
 
 PowerPC
@@ -96,8 +96,8 @@ S: Maintained
 F: target-s390x/
 
 SH4
-M: qemu-devel@nongnu.org
-S: Orphan
+M: Aurelien Jarno <aurelien@aurel32.net>
+S: Maintained
 F: target-sh4/
 
 SPARC
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG
  2011-01-10 17:34 [Qemu-devel] [PATCH 1/3] MAINTAINERS: fix typos Aurelien Jarno
  2011-01-10 17:34 ` [Qemu-devel] [PATCH 2/3] MAINTAINERS: Change MIPS and SH4 maintainers Aurelien Jarno
@ 2011-01-10 17:34 ` Aurelien Jarno
  2011-01-10 17:44   ` [Qemu-devel] " Alexander Graf
                     ` (2 more replies)
  1 sibling, 3 replies; 10+ messages in thread
From: Aurelien Jarno @ 2011-01-10 17:34 UTC (permalink / raw)
  To: qemu-devel
  Cc: Andrzej Zaborowski, Alexander Graf, Blue Swirl, Aurelien Jarno,
	Richard Henderson

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(-)

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/
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [Qemu-devel] Re: [PATCH 3/3] MAINTAINERS: add entries for TCG
  2011-01-10 17:34 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG Aurelien Jarno
@ 2011-01-10 17:44   ` Alexander Graf
  2011-01-10 17:46   ` Alexander Graf
  2011-01-10 19:21   ` Richard Henderson
  2 siblings, 0 replies; 10+ messages in thread
From: Alexander Graf @ 2011-01-10 17:44 UTC (permalink / raw)
  To: Aurelien Jarno
  Cc: Blue Swirl, Andrzej Zaborowski, qemu-devel, Richard Henderson


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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Qemu-devel] Re: [PATCH 3/3] MAINTAINERS: add entries for TCG
  2011-01-10 17:34 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG Aurelien Jarno
  2011-01-10 17:44   ` [Qemu-devel] " Alexander Graf
@ 2011-01-10 17:46   ` Alexander Graf
  2011-01-10 18:01     ` andrzej zaborowski
  2011-01-10 19:21   ` Richard Henderson
  2 siblings, 1 reply; 10+ messages in thread
From: Alexander Graf @ 2011-01-10 17:46 UTC (permalink / raw)
  To: Aurelien Jarno
  Cc: Blue Swirl, Andrzej Zaborowski, qemu-devel, Richard Henderson


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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Qemu-devel] Re: [PATCH 3/3] MAINTAINERS: add entries for TCG
  2011-01-10 17:46   ` Alexander Graf
@ 2011-01-10 18:01     ` andrzej zaborowski
  2011-01-10 18:18       ` Aurelien Jarno
  0 siblings, 1 reply; 10+ messages in thread
From: andrzej zaborowski @ 2011-01-10 18:01 UTC (permalink / raw)
  To: Alexander Graf; +Cc: Blue Swirl, qemu-devel, Aurelien Jarno, Richard Henderson

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Qemu-devel] Re: [PATCH 3/3] MAINTAINERS: add entries for TCG
  2011-01-10 18:01     ` andrzej zaborowski
@ 2011-01-10 18:18       ` Aurelien Jarno
  0 siblings, 0 replies; 10+ messages in thread
From: Aurelien Jarno @ 2011-01-10 18:18 UTC (permalink / raw)
  To: andrzej zaborowski
  Cc: Blue Swirl, Richard Henderson, Alexander Graf, qemu-devel

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.

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Qemu-devel] Re: [PATCH 3/3] MAINTAINERS: add entries for TCG
  2011-01-10 17:34 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG Aurelien Jarno
  2011-01-10 17:44   ` [Qemu-devel] " Alexander Graf
  2011-01-10 17:46   ` Alexander Graf
@ 2011-01-10 19:21   ` Richard Henderson
  2011-01-10 19:24     ` Aurelien Jarno
  2 siblings, 1 reply; 10+ messages in thread
From: Richard Henderson @ 2011-01-10 19:21 UTC (permalink / raw)
  To: Aurelien Jarno; +Cc: Blue Swirl, Andrzej Zaborowski, qemu-devel, Alexander Graf

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~

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Qemu-devel] Re: [PATCH 3/3] MAINTAINERS: add entries for TCG
  2011-01-10 19:21   ` Richard Henderson
@ 2011-01-10 19:24     ` Aurelien Jarno
  0 siblings, 0 replies; 10+ messages in thread
From: Aurelien Jarno @ 2011-01-10 19:24 UTC (permalink / raw)
  To: Richard Henderson
  Cc: Blue Swirl, Andrzej Zaborowski, qemu-devel, Alexander Graf

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.

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG
  2011-01-06 21:50 [Qemu-devel] [PATCH 1/3] MAINTAINERS: fix typos Aurelien Jarno
@ 2011-01-06 21:50 ` Aurelien Jarno
  0 siblings, 0 replies; 10+ messages in thread
From: Aurelien Jarno @ 2011-01-06 21:50 UTC (permalink / raw)
  To: qemu-devel; +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 <agraf@suse.de>
Cc: Andrzej Zaborowski <balrog@zabor.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: Blue Swirl <blauwirbel@gmail.com>
Cc: Vassili Karpov (malc) <av1474@comtv.ru>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
---
 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 <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: Orphan
+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>
+S: Maintained
+F: tcg/s390/
+
+SPARC target
+M: Blue Swirl <blauwirbel@gmail.com>
+S: Maintained
+F: tcg/sparc/
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-01-10 19:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-10 17:34 [Qemu-devel] [PATCH 1/3] MAINTAINERS: fix typos Aurelien Jarno
2011-01-10 17:34 ` [Qemu-devel] [PATCH 2/3] MAINTAINERS: Change MIPS and SH4 maintainers Aurelien Jarno
2011-01-10 17:34 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG Aurelien Jarno
2011-01-10 17:44   ` [Qemu-devel] " Alexander Graf
2011-01-10 17:46   ` Alexander Graf
2011-01-10 18:01     ` andrzej zaborowski
2011-01-10 18:18       ` Aurelien Jarno
2011-01-10 19:21   ` Richard Henderson
2011-01-10 19:24     ` Aurelien Jarno
  -- strict thread matches above, loose matches on Subject: below --
2011-01-06 21:50 [Qemu-devel] [PATCH 1/3] MAINTAINERS: fix typos Aurelien Jarno
2011-01-06 21:50 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG Aurelien Jarno

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.