qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 1/3] MAINTAINERS: fix typos
@ 2011-01-11 21:10 Aurelien Jarno
  2011-01-11 21:10 ` [Qemu-devel] [PATCH v3 2/3] MAINTAINERS: Change MIPS and SH4 maintainers Aurelien Jarno
  2011-01-11 21:10 ` [Qemu-devel] [PATCH v3 3/3] MAINTAINERS: add entries for TCG Aurelien Jarno
  0 siblings, 2 replies; 3+ messages in thread
From: Aurelien Jarno @ 2011-01-11 21:10 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] 3+ messages in thread

* [Qemu-devel] [PATCH v3 2/3] MAINTAINERS: Change MIPS and SH4 maintainers
  2011-01-11 21:10 [Qemu-devel] [PATCH v3 1/3] MAINTAINERS: fix typos Aurelien Jarno
@ 2011-01-11 21:10 ` Aurelien Jarno
  2011-01-11 21:10 ` [Qemu-devel] [PATCH v3 3/3] MAINTAINERS: add entries for TCG Aurelien Jarno
  1 sibling, 0 replies; 3+ messages in thread
From: Aurelien Jarno @ 2011-01-11 21:10 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] 3+ messages in thread

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

v2 -> v3:
- Add Richard Henderson as hppa maintainer
- Fix Andrzej Zaborowski email address

Cc: Alexander Graf <agraf@suse.de>
Cc: Andrzej Zaborowski <balrogg@gmail.com>
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>
Acked-by: Alexander Graf <agraf@suse.de>
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..98db322 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 <balrogg@gmail.com>
+S: Maintained
+F: tcg/arm/
+
+HPPA target
+M: Richard Henderson <rth@twiddle.net>
+S: Maintained
+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] 3+ messages in thread

end of thread, other threads:[~2011-01-11 21:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-11 21:10 [Qemu-devel] [PATCH v3 1/3] MAINTAINERS: fix typos Aurelien Jarno
2011-01-11 21:10 ` [Qemu-devel] [PATCH v3 2/3] MAINTAINERS: Change MIPS and SH4 maintainers Aurelien Jarno
2011-01-11 21:10 ` [Qemu-devel] [PATCH v3 3/3] MAINTAINERS: add entries for TCG Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).