* [Qemu-devel] [PATCH 1/3] MAINTAINERS: fix typos
@ 2011-01-06 21:50 Aurelien Jarno
2011-01-06 21:50 ` [Qemu-devel] [PATCH 2/3] MAINTAINERS: Change MIPS and SH4 maintainers Aurelien Jarno
2011-01-06 21:50 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG Aurelien Jarno
0 siblings, 2 replies; 8+ messages in thread
From: Aurelien Jarno @ 2011-01-06 21:50 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] 8+ messages in thread
* [Qemu-devel] [PATCH 2/3] MAINTAINERS: Change MIPS and SH4 maintainers
2011-01-06 21:50 [Qemu-devel] [PATCH 1/3] MAINTAINERS: fix typos Aurelien Jarno
@ 2011-01-06 21:50 ` Aurelien Jarno
2011-01-06 21:50 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG Aurelien Jarno
1 sibling, 0 replies; 8+ messages in thread
From: Aurelien Jarno @ 2011-01-06 21:50 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] 8+ 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 ` [Qemu-devel] [PATCH 2/3] MAINTAINERS: Change MIPS and SH4 maintainers Aurelien Jarno
@ 2011-01-06 21:50 ` Aurelien Jarno
2011-01-06 22:10 ` [Qemu-devel] " malc
2011-01-06 22:45 ` Alexander Graf
1 sibling, 2 replies; 8+ 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] 8+ messages in thread
* [Qemu-devel] Re: [PATCH 3/3] MAINTAINERS: add entries for TCG
2011-01-06 21:50 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG Aurelien Jarno
@ 2011-01-06 22:10 ` malc
2011-01-06 22:45 ` Alexander Graf
1 sibling, 0 replies; 8+ messages in thread
From: malc @ 2011-01-06 22:10 UTC (permalink / raw)
To: Aurelien Jarno; +Cc: Blue Swirl, Andrzej Zaborowski, qemu-devel, Alexander Graf
On Thu, 6 Jan 2011, 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.
I wouldn't call i386 target an orphan, community child perhaps..
As for the rest fine by me.
[..snip..]
--
mailto:av1474@comtv.ru
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] Re: [PATCH 3/3] MAINTAINERS: add entries for TCG
2011-01-06 21:50 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG Aurelien Jarno
2011-01-06 22:10 ` [Qemu-devel] " malc
@ 2011-01-06 22:45 ` Alexander Graf
2011-01-07 1:05 ` Richard Henderson
1 sibling, 1 reply; 8+ messages in thread
From: Alexander Graf @ 2011-01-06 22:45 UTC (permalink / raw)
To: Aurelien Jarno
Cc: Blue Swirl, Andrzej Zaborowski, qemu-devel@nongnu.org Developers,
Richard Henderson
On 06.01.2011, at 22:50, 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.
>
> 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/
Richard, you wrote most of that target :). If you like, I'd gladly leave over the maintainership to you. If you don't think you'll have the time to take care of it, I'd also take it, but I'm certainly less adversed in the code than you.
Alex
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] Re: [PATCH 3/3] MAINTAINERS: add entries for TCG
2011-01-06 22:45 ` Alexander Graf
@ 2011-01-07 1:05 ` Richard Henderson
2011-01-07 1:08 ` Alexander Graf
0 siblings, 1 reply; 8+ messages in thread
From: Richard Henderson @ 2011-01-07 1:05 UTC (permalink / raw)
To: Alexander Graf
Cc: Blue Swirl, Andrzej Zaborowski, qemu-devel@nongnu.org Developers,
Aurelien Jarno
On 01/06/2011 02:45 PM, Alexander Graf wrote:
>> +HPPA target
>> +M: qemu-devel@nongnu.org
>> +S: Orphan
>> +F: tcg/hppa/
>> +
>> +i386 target
>> +M: qemu-devel@nongnu.org
>> +S: Orphan
>> +F: tcg/i386/
...
>> +S390 target
>> +M: Alexander Graf <agraf@suse.de>
>> +S: Maintained
>> +F: tcg/s390/
>
> Richard, you wrote most of that target :). If you like, I'd gladly
> leave over the maintainership to you. If you don't think you'll have
> the time to take care of it, I'd also take it, but I'm certainly less
> adversed in the code than you.
I don't seem to have time to follow qemu-devel very closely at the moment,
though I certainly don't mind being cc'd on specific questions. If you'd
like to list me for the Orphan ports and as a second entry for s390 that
would be fine with me.
r~
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] Re: [PATCH 3/3] MAINTAINERS: add entries for TCG
2011-01-07 1:05 ` Richard Henderson
@ 2011-01-07 1:08 ` Alexander Graf
0 siblings, 0 replies; 8+ messages in thread
From: Alexander Graf @ 2011-01-07 1:08 UTC (permalink / raw)
To: Richard Henderson
Cc: Blue Swirl, Andrzej Zaborowski, qemu-devel@nongnu.org Developers,
Aurelien Jarno
On 07.01.2011, at 02:05, Richard Henderson wrote:
> On 01/06/2011 02:45 PM, Alexander Graf wrote:
>>> +HPPA target
>>> +M: qemu-devel@nongnu.org
>>> +S: Orphan
>>> +F: tcg/hppa/
>>> +
>>> +i386 target
>>> +M: qemu-devel@nongnu.org
>>> +S: Orphan
>>> +F: tcg/i386/
> ...
>>> +S390 target
>>> +M: Alexander Graf <agraf@suse.de>
>>> +S: Maintained
>>> +F: tcg/s390/
>>
>> Richard, you wrote most of that target :). If you like, I'd gladly
>> leave over the maintainership to you. If you don't think you'll have
>> the time to take care of it, I'd also take it, but I'm certainly less
>> adversed in the code than you.
>
> I don't seem to have time to follow qemu-devel very closely at the moment,
> though I certainly don't mind being cc'd on specific questions. If you'd
> like to list me for the Orphan ports and as a second entry for s390 that
> would be fine with me.
Sounds good. Aurelien, please add me as primary and Richard as secondary for s390 :).
Thanks
Alex
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] [PATCH 1/3] MAINTAINERS: fix typos
@ 2011-01-10 17:34 Aurelien Jarno
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
end of thread, other threads:[~2011-01-10 17:34 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06 21:50 [Qemu-devel] [PATCH 1/3] MAINTAINERS: fix typos Aurelien Jarno
2011-01-06 21:50 ` [Qemu-devel] [PATCH 2/3] MAINTAINERS: Change MIPS and SH4 maintainers Aurelien Jarno
2011-01-06 21:50 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: add entries for TCG Aurelien Jarno
2011-01-06 22:10 ` [Qemu-devel] " malc
2011-01-06 22:45 ` Alexander Graf
2011-01-07 1:05 ` Richard Henderson
2011-01-07 1:08 ` Alexander Graf
-- strict thread matches above, loose matches on Subject: below --
2011-01-10 17:34 [Qemu-devel] [PATCH 1/3] MAINTAINERS: fix typos 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).