All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] MAINTAINERS: Update MIPS sections
@ 2020-10-09 16:52 Philippe Mathieu-Daudé
  2020-10-09 16:52 ` [PATCH 1/5] MAINTAINERS: Put myself forward for MIPS target Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-09 16:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: Chen Huacai, Aleksandar Rikalo, Philippe Mathieu-Daudé,
	Paolo Bonzini, Aurelien Jarno, Richard Henderson

Volunteer to maintain MIPS TCG.
As discussed on list, Huacai will likely send a similar patch.

Few more adjustments (in particular around Boston board).

Based-on: <1602103041-32017-1-git-send-email-aleksandar.qemu.devel@gmail.com>
https://lists.gnu.org/archive/html/qemu-devel/2020-10/msg01974.html

Philippe Mathieu-Daudé (5):
  MAINTAINERS: Put myself forward for MIPS target
  MAINTAINERS: Remove duplicated Malta test entries
  MAINTAINERS: Downgrade status of MIPS Boston to "Odd Fixes"
  MAINTAINERS: Update Paul Burton email address
  MAINTAINERS: Move MIPS GIC timer files to Boston board section

 MAINTAINERS | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

-- 
2.26.2



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

* [PATCH 1/5] MAINTAINERS: Put myself forward for MIPS target
  2020-10-09 16:52 [PATCH 0/5] MAINTAINERS: Update MIPS sections Philippe Mathieu-Daudé
@ 2020-10-09 16:52 ` Philippe Mathieu-Daudé
  2020-10-09 16:52 ` [PATCH 2/5] MAINTAINERS: Remove duplicated Malta test entries Philippe Mathieu-Daudé
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-09 16:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: Chen Huacai, Aleksandar Rikalo, Philippe Mathieu-Daudé,
	Paolo Bonzini, Aurelien Jarno, Richard Henderson

To avoid the MIPS target being orphan, volunteer to keep an eye
on it and put together pull requests.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 MAINTAINERS | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 426f52c1f63..d59e5c05c10 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -221,10 +221,11 @@ F: hw/microblaze/
 F: disas/microblaze.c
 
 MIPS TCG CPUs
+M: Philippe Mathieu-Daudé <f4bug@amsat.org>
 R: Aurelien Jarno <aurelien@aurel32.net>
 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
-S: Orphaned
+S: Odd Fixes
 F: target/mips/
 F: default-configs/*mips*
 F: disas/*mips*
@@ -2815,11 +2816,12 @@ F: tcg/i386/
 F: disas/i386.c
 
 MIPS TCG target
+M: Philippe Mathieu-Daudé <f4bug@amsat.org>
 R: Aurelien Jarno <aurelien@aurel32.net>
 R: Huacai Chen <chenhc@lemote.com>
 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
-S: Orphaned
+S: Odd Fixes
 F: tcg/mips/
 
 PPC TCG target
-- 
2.26.2



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

* [PATCH 2/5] MAINTAINERS: Remove duplicated Malta test entries
  2020-10-09 16:52 [PATCH 0/5] MAINTAINERS: Update MIPS sections Philippe Mathieu-Daudé
  2020-10-09 16:52 ` [PATCH 1/5] MAINTAINERS: Put myself forward for MIPS target Philippe Mathieu-Daudé
@ 2020-10-09 16:52 ` Philippe Mathieu-Daudé
  2020-10-09 16:52 ` [PATCH 3/5] MAINTAINERS: Downgrade status of MIPS Boston to "Odd Fixes" Philippe Mathieu-Daudé
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-09 16:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: Chen Huacai, Aleksandar Rikalo, Philippe Mathieu-Daudé,
	Paolo Bonzini, Aurelien Jarno, Richard Henderson

The Malta tests are already covered in the Malta section.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 MAINTAINERS | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d59e5c05c10..2de5943e388 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -238,8 +238,6 @@ F: include/hw/intc/mips_gic.h
 F: include/hw/mips/
 F: include/hw/misc/mips_*
 F: include/hw/timer/mips_gictimer.h
-F: tests/acceptance/linux_ssh_mips_malta.py
-F: tests/acceptance/machine_mips_malta.py
 F: tests/tcg/mips/
 K: ^Subject:.*(?i)mips
 
-- 
2.26.2



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

* [PATCH 3/5] MAINTAINERS: Downgrade status of MIPS Boston to "Odd Fixes"
  2020-10-09 16:52 [PATCH 0/5] MAINTAINERS: Update MIPS sections Philippe Mathieu-Daudé
  2020-10-09 16:52 ` [PATCH 1/5] MAINTAINERS: Put myself forward for MIPS target Philippe Mathieu-Daudé
  2020-10-09 16:52 ` [PATCH 2/5] MAINTAINERS: Remove duplicated Malta test entries Philippe Mathieu-Daudé
@ 2020-10-09 16:52 ` Philippe Mathieu-Daudé
  2020-10-12  7:40   ` Thomas Huth
  2020-10-09 16:52 ` [PATCH 4/5] MAINTAINERS: Update Paul Burton email address Philippe Mathieu-Daudé
  2020-10-09 16:52 ` [PATCH 5/5] MAINTAINERS: Move MIPS GIC timer files to Boston board section Philippe Mathieu-Daudé
  4 siblings, 1 reply; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-09 16:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: Chen Huacai, Aleksandar Rikalo, Philippe Mathieu-Daudé,
	Paolo Bonzini, Aurelien Jarno, Richard Henderson

Paul's Wavecomp email has been bouncing for months. He told us
he "no longer has access to modern MIPS CPUs or Boston hardware,
and wouldn't currently have time to spend on them if he did." [1]
but "perhaps that might change in the future." [2].
Be fair and downgrade the status of the Boston board to "Odd Fixes"
(has a maintainer but they don't have time to do much other).

[1] https://www.mail-archive.com/qemu-devel@nongnu.org/msg718739.html
[1] https://www.mail-archive.com/qemu-devel@nongnu.org/msg728605.html

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2de5943e388..782743b7ef0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1163,7 +1163,7 @@ F: hw/intc/loongson_liointc.c
 Boston
 M: Paul Burton <pburton@wavecomp.com>
 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
-S: Maintained
+S: Odd Fixes
 F: hw/core/loader-fit.c
 F: hw/mips/boston.c
 F: hw/pci-host/xilinx-pcie.c
-- 
2.26.2



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

* [PATCH 4/5] MAINTAINERS: Update Paul Burton email address
  2020-10-09 16:52 [PATCH 0/5] MAINTAINERS: Update MIPS sections Philippe Mathieu-Daudé
                   ` (2 preceding siblings ...)
  2020-10-09 16:52 ` [PATCH 3/5] MAINTAINERS: Downgrade status of MIPS Boston to "Odd Fixes" Philippe Mathieu-Daudé
@ 2020-10-09 16:52 ` Philippe Mathieu-Daudé
  2020-10-09 16:52 ` [PATCH 5/5] MAINTAINERS: Move MIPS GIC timer files to Boston board section Philippe Mathieu-Daudé
  4 siblings, 0 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-09 16:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: Chen Huacai, Aleksandar Rikalo, Philippe Mathieu-Daudé,
	Paolo Bonzini, Aurelien Jarno, Richard Henderson

Paul's Wavecomp email has been bouncing for months, and in
commit 2b107c2c1c (".mailmap: Update Paul Burton email address")
we already removed the expired email.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 782743b7ef0..702f73823fc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1161,7 +1161,7 @@ S: Maintained
 F: hw/intc/loongson_liointc.c
 
 Boston
-M: Paul Burton <pburton@wavecomp.com>
+M: Paul Burton <paulburton@kernel.org>
 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
 S: Odd Fixes
 F: hw/core/loader-fit.c
-- 
2.26.2



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

* [PATCH 5/5] MAINTAINERS: Move MIPS GIC timer files to Boston board section
  2020-10-09 16:52 [PATCH 0/5] MAINTAINERS: Update MIPS sections Philippe Mathieu-Daudé
                   ` (3 preceding siblings ...)
  2020-10-09 16:52 ` [PATCH 4/5] MAINTAINERS: Update Paul Burton email address Philippe Mathieu-Daudé
@ 2020-10-09 16:52 ` Philippe Mathieu-Daudé
  4 siblings, 0 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-09 16:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: Chen Huacai, Aleksandar Rikalo, Philippe Mathieu-Daudé,
	Paolo Bonzini, Aurelien Jarno, Richard Henderson

The MIPS GIC timer is only used by the Boston board.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 702f73823fc..62db288bfc4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -233,11 +233,9 @@ F: docs/system/cpu-models-mips.rst.inc
 F: hw/intc/mips_gic.c
 F: hw/mips/
 F: hw/misc/mips_*
-F: hw/timer/mips_gictimer.c
 F: include/hw/intc/mips_gic.h
 F: include/hw/mips/
 F: include/hw/misc/mips_*
-F: include/hw/timer/mips_gictimer.h
 F: tests/tcg/mips/
 K: ^Subject:.*(?i)mips
 
@@ -1167,7 +1165,9 @@ S: Odd Fixes
 F: hw/core/loader-fit.c
 F: hw/mips/boston.c
 F: hw/pci-host/xilinx-pcie.c
+F: hw/timer/mips_gictimer.c
 F: include/hw/pci-host/xilinx-pcie.h
+F: include/hw/timer/mips_gictimer.h
 
 OpenRISC Machines
 -----------------
-- 
2.26.2



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

* Re: [PATCH 3/5] MAINTAINERS: Downgrade status of MIPS Boston to "Odd Fixes"
  2020-10-09 16:52 ` [PATCH 3/5] MAINTAINERS: Downgrade status of MIPS Boston to "Odd Fixes" Philippe Mathieu-Daudé
@ 2020-10-12  7:40   ` Thomas Huth
  2020-10-12  9:52     ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Huth @ 2020-10-12  7:40 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: Chen Huacai, Aleksandar Rikalo, Paul Burton, Paolo Bonzini,
	Aurelien Jarno, Richard Henderson

On 09/10/2020 18.52, Philippe Mathieu-Daudé wrote:
> Paul's Wavecomp email has been bouncing for months. He told us
> he "no longer has access to modern MIPS CPUs or Boston hardware,
> and wouldn't currently have time to spend on them if he did." [1]
> but "perhaps that might change in the future." [2].
> Be fair and downgrade the status of the Boston board to "Odd Fixes"
> (has a maintainer but they don't have time to do much other).

When I read this patch description ("email bouncing"), I wondered why you
did not also update Paul's email address here. Then I saw that you're doing
this in the next patch. So I'd recommend to either scratch the first
sentence of your patch description here, or to merge the two patches.

 Thomas

> [1] https://www.mail-archive.com/qemu-devel@nongnu.org/msg718739.html
> [1] https://www.mail-archive.com/qemu-devel@nongnu.org/msg728605.html
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2de5943e388..782743b7ef0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1163,7 +1163,7 @@ F: hw/intc/loongson_liointc.c
>  Boston
>  M: Paul Burton <pburton@wavecomp.com>
>  R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
> -S: Maintained
> +S: Odd Fixes
>  F: hw/core/loader-fit.c
>  F: hw/mips/boston.c
>  F: hw/pci-host/xilinx-pcie.c
> 



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

* Re: [PATCH 3/5] MAINTAINERS: Downgrade status of MIPS Boston to "Odd Fixes"
  2020-10-12  7:40   ` Thomas Huth
@ 2020-10-12  9:52     ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-12  9:52 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel
  Cc: Chen Huacai, Aleksandar Rikalo, Paul Burton, Paolo Bonzini,
	Aurelien Jarno, Richard Henderson

On 10/12/20 9:40 AM, Thomas Huth wrote:
> On 09/10/2020 18.52, Philippe Mathieu-Daudé wrote:
>> Paul's Wavecomp email has been bouncing for months. He told us
>> he "no longer has access to modern MIPS CPUs or Boston hardware,
>> and wouldn't currently have time to spend on them if he did." [1]
>> but "perhaps that might change in the future." [2].
>> Be fair and downgrade the status of the Boston board to "Odd Fixes"
>> (has a maintainer but they don't have time to do much other).
> 
> When I read this patch description ("email bouncing"), I wondered why you
> did not also update Paul's email address here. Then I saw that you're doing
> this in the next patch. So I'd recommend to either scratch the first
> sentence of your patch description here, or to merge the two patches.

I don't want to scratch it here because this justifies the downgrade.
I'll merge with the next, hoping nobody will complain these are
unrelated changes and has to be split =)

> 
>   Thomas
> 
>> [1] https://www.mail-archive.com/qemu-devel@nongnu.org/msg718739.html
>> [1] https://www.mail-archive.com/qemu-devel@nongnu.org/msg728605.html
>>
>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>> ---
>>   MAINTAINERS | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 2de5943e388..782743b7ef0 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1163,7 +1163,7 @@ F: hw/intc/loongson_liointc.c
>>   Boston
>>   M: Paul Burton <pburton@wavecomp.com>
>>   R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
>> -S: Maintained
>> +S: Odd Fixes
>>   F: hw/core/loader-fit.c
>>   F: hw/mips/boston.c
>>   F: hw/pci-host/xilinx-pcie.c
>>
> 
> 


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

end of thread, other threads:[~2020-10-12  9:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 16:52 [PATCH 0/5] MAINTAINERS: Update MIPS sections Philippe Mathieu-Daudé
2020-10-09 16:52 ` [PATCH 1/5] MAINTAINERS: Put myself forward for MIPS target Philippe Mathieu-Daudé
2020-10-09 16:52 ` [PATCH 2/5] MAINTAINERS: Remove duplicated Malta test entries Philippe Mathieu-Daudé
2020-10-09 16:52 ` [PATCH 3/5] MAINTAINERS: Downgrade status of MIPS Boston to "Odd Fixes" Philippe Mathieu-Daudé
2020-10-12  7:40   ` Thomas Huth
2020-10-12  9:52     ` Philippe Mathieu-Daudé
2020-10-09 16:52 ` [PATCH 4/5] MAINTAINERS: Update Paul Burton email address Philippe Mathieu-Daudé
2020-10-09 16:52 ` [PATCH 5/5] MAINTAINERS: Move MIPS GIC timer files to Boston board section Philippe Mathieu-Daudé

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.