qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] MAINTAINERS: Update MIPS sections
@ 2020-10-13 10:16 Philippe Mathieu-Daudé
  2020-10-13 10:16 ` [PATCH v2 1/4] MAINTAINERS: Put myself forward for MIPS target Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-13 10:16 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

v2:
- Squashed Paul email address change with Boston downgrade (Thomas)

Philippe Mathieu-Daudé (4):
  MAINTAINERS: Put myself forward for MIPS target
  MAINTAINERS: Remove duplicated Malta test entries
  MAINTAINERS: Downgrade MIPS Boston to 'Odd Fixes', fix Paul Burton
    mail
  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] 13+ messages in thread

* [PATCH v2 1/4] MAINTAINERS: Put myself forward for MIPS target
  2020-10-13 10:16 [PATCH v2 0/4] MAINTAINERS: Update MIPS sections Philippe Mathieu-Daudé
@ 2020-10-13 10:16 ` Philippe Mathieu-Daudé
  2020-10-14 11:41   ` Thomas Huth
  2020-10-14 15:13   ` Jiaxun Yang
  2020-10-13 10:16 ` [PATCH v2 2/4] MAINTAINERS: Remove duplicated Malta test entries Philippe Mathieu-Daudé
                   ` (3 subsequent siblings)
  4 siblings, 2 replies; 13+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-13 10:16 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] 13+ messages in thread

* [PATCH v2 2/4] MAINTAINERS: Remove duplicated Malta test entries
  2020-10-13 10:16 [PATCH v2 0/4] MAINTAINERS: Update MIPS sections Philippe Mathieu-Daudé
  2020-10-13 10:16 ` [PATCH v2 1/4] MAINTAINERS: Put myself forward for MIPS target Philippe Mathieu-Daudé
@ 2020-10-13 10:16 ` Philippe Mathieu-Daudé
  2020-10-14 12:54   ` Thomas Huth
  2020-10-13 10:16 ` [PATCH v2 3/4] MAINTAINERS: Downgrade MIPS Boston to 'Odd Fixes', fix Paul Burton mail Philippe Mathieu-Daudé
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 13+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-13 10:16 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] 13+ messages in thread

* [PATCH v2 3/4] MAINTAINERS: Downgrade MIPS Boston to 'Odd Fixes', fix Paul Burton mail
  2020-10-13 10:16 [PATCH v2 0/4] MAINTAINERS: Update MIPS sections Philippe Mathieu-Daudé
  2020-10-13 10:16 ` [PATCH v2 1/4] MAINTAINERS: Put myself forward for MIPS target Philippe Mathieu-Daudé
  2020-10-13 10:16 ` [PATCH v2 2/4] MAINTAINERS: Remove duplicated Malta test entries Philippe Mathieu-Daudé
@ 2020-10-13 10:16 ` Philippe Mathieu-Daudé
  2020-10-14 12:55   ` Thomas Huth
  2020-10-13 10:16 ` [PATCH v2 4/4] MAINTAINERS: Move MIPS GIC timer files to Boston board section Philippe Mathieu-Daudé
  2020-10-16 13:45 ` [PATCH v2 0/4] MAINTAINERS: Update MIPS sections Philippe Mathieu-Daudé
  4 siblings, 1 reply; 13+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-13 10:16 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).
Similarly to commit 2b107c2c1c (".mailmap: Update Paul Burton email
address"), update his email address here too.

[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>
---
v2: Squashed email address change (Thomas Huth)
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2de5943e388..702f73823fc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1161,9 +1161,9 @@ 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: 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] 13+ messages in thread

* [PATCH v2 4/4] MAINTAINERS: Move MIPS GIC timer files to Boston board section
  2020-10-13 10:16 [PATCH v2 0/4] MAINTAINERS: Update MIPS sections Philippe Mathieu-Daudé
                   ` (2 preceding siblings ...)
  2020-10-13 10:16 ` [PATCH v2 3/4] MAINTAINERS: Downgrade MIPS Boston to 'Odd Fixes', fix Paul Burton mail Philippe Mathieu-Daudé
@ 2020-10-13 10:16 ` Philippe Mathieu-Daudé
  2020-10-14 13:39   ` Thomas Huth
  2020-10-16 13:45 ` [PATCH v2 0/4] MAINTAINERS: Update MIPS sections Philippe Mathieu-Daudé
  4 siblings, 1 reply; 13+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-13 10:16 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] 13+ messages in thread

* Re: [PATCH v2 1/4] MAINTAINERS: Put myself forward for MIPS target
  2020-10-13 10:16 ` [PATCH v2 1/4] MAINTAINERS: Put myself forward for MIPS target Philippe Mathieu-Daudé
@ 2020-10-14 11:41   ` Thomas Huth
  2020-10-14 15:13   ` Jiaxun Yang
  1 sibling, 0 replies; 13+ messages in thread
From: Thomas Huth @ 2020-10-14 11:41 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé,
	qemu-devel, Chen Huacai, Aleksandar Rikalo, Aurelien Jarno,
	Jiaxun Yang
  Cc: Paolo Bonzini, Richard Henderson

On 13/10/2020 12.16, Philippe Mathieu-Daudé wrote:
> 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/

It would be good to get some feedback from the people with the "R:" entries
here, too ... but FWIW:

Reviewed-by: Thomas Huth <thuth@redhat.com>



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

* Re: [PATCH v2 2/4] MAINTAINERS: Remove duplicated Malta test entries
  2020-10-13 10:16 ` [PATCH v2 2/4] MAINTAINERS: Remove duplicated Malta test entries Philippe Mathieu-Daudé
@ 2020-10-14 12:54   ` Thomas Huth
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Huth @ 2020-10-14 12:54 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: Chen Huacai, Aleksandar Rikalo, Richard Henderson,
	Aurelien Jarno, Paolo Bonzini

On 13/10/2020 12.16, Philippe Mathieu-Daudé wrote:
> 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

Reviewed-by: Thomas Huth <thuth@redhat.com>



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

* Re: [PATCH v2 3/4] MAINTAINERS: Downgrade MIPS Boston to 'Odd Fixes',  fix Paul Burton mail
  2020-10-13 10:16 ` [PATCH v2 3/4] MAINTAINERS: Downgrade MIPS Boston to 'Odd Fixes', fix Paul Burton mail Philippe Mathieu-Daudé
@ 2020-10-14 12:55   ` Thomas Huth
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Huth @ 2020-10-14 12:55 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: Chen Huacai, Aleksandar Rikalo, Paul Burton, Paolo Bonzini,
	Aurelien Jarno, Richard Henderson

On 13/10/2020 12.16, 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).
> Similarly to commit 2b107c2c1c (".mailmap: Update Paul Burton email
> address"), update his email address here too.
> 
> [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>
> ---
> v2: Squashed email address change (Thomas Huth)
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2de5943e388..702f73823fc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1161,9 +1161,9 @@ 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: Maintained
> +S: Odd Fixes
>  F: hw/core/loader-fit.c
>  F: hw/mips/boston.c
>  F: hw/pci-host/xilinx-pcie.c
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>



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

* Re: [PATCH v2 4/4] MAINTAINERS: Move MIPS GIC timer files to Boston board section
  2020-10-13 10:16 ` [PATCH v2 4/4] MAINTAINERS: Move MIPS GIC timer files to Boston board section Philippe Mathieu-Daudé
@ 2020-10-14 13:39   ` Thomas Huth
  2020-10-16 13:43     ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 13+ messages in thread
From: Thomas Huth @ 2020-10-14 13:39 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: Chen Huacai, Aleksandar Rikalo, Richard Henderson,
	Aurelien Jarno, Paolo Bonzini

On 13/10/2020 12.16, Philippe Mathieu-Daudé wrote:
> 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

If I grep for mips_gictimer_init, it seems like this function is used from
mips_gic_realize in hw/intc/mips_gic.c ... and mips_gic.c / TYPE_MIPS_GIC is
also used from the malta board ... so are you really sure this is right? Or
what did I miss?

 Thomas



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

* Re: [PATCH v2 1/4] MAINTAINERS: Put myself forward for MIPS target
  2020-10-13 10:16 ` [PATCH v2 1/4] MAINTAINERS: Put myself forward for MIPS target Philippe Mathieu-Daudé
  2020-10-14 11:41   ` Thomas Huth
@ 2020-10-14 15:13   ` Jiaxun Yang
  2020-10-14 15:41     ` Philippe Mathieu-Daudé
  1 sibling, 1 reply; 13+ messages in thread
From: Jiaxun Yang @ 2020-10-14 15:13 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: Chen Huacai, Aleksandar Rikalo, Paolo Bonzini, Aurelien Jarno,
	Richard Henderson



在 2020/10/13 18:16, Philippe Mathieu-Daudé 写道:
> 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>

Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>

Thanks for stepping out!

- Jiaxun

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


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

* Re: [PATCH v2 1/4] MAINTAINERS: Put myself forward for MIPS target
  2020-10-14 15:13   ` Jiaxun Yang
@ 2020-10-14 15:41     ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 13+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-14 15:41 UTC (permalink / raw)
  To: Jiaxun Yang, qemu-devel
  Cc: Chen Huacai, Aleksandar Rikalo, Richard Henderson,
	Aurelien Jarno, Paolo Bonzini

On 10/14/20 5:13 PM, Jiaxun Yang wrote:
> 在 2020/10/13 18:16, Philippe Mathieu-Daudé 写道:
>> 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>
> 
> Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
> 
> Thanks for stepping out!

😥 in?

> 
> - Jiaxun
> 
>> ---
>>   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
> 


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

* Re: [PATCH v2 4/4] MAINTAINERS: Move MIPS GIC timer files to Boston board section
  2020-10-14 13:39   ` Thomas Huth
@ 2020-10-16 13:43     ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 13+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-16 13:43 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel
  Cc: Chen Huacai, Aleksandar Rikalo, Paolo Bonzini, Aurelien Jarno,
	Richard Henderson

On 10/14/20 3:39 PM, Thomas Huth wrote:
> On 13/10/2020 12.16, Philippe Mathieu-Daudé wrote:
>> 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
> 
> If I grep for mips_gictimer_init, it seems like this function is used from
> mips_gic_realize in hw/intc/mips_gic.c ... and mips_gic.c / TYPE_MIPS_GIC is
> also used from the malta board ... so are you really sure this is right? Or
> what did I miss?

We have another Frankenstein :(


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

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

On 10/13/20 12:16 PM, Philippe Mathieu-Daudé wrote:
> 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
> 
> v2:
> - Squashed Paul email address change with Boston downgrade (Thomas)
> 
> Philippe Mathieu-Daudé (4):
>    MAINTAINERS: Put myself forward for MIPS target
>    MAINTAINERS: Remove duplicated Malta test entries
>    MAINTAINERS: Downgrade MIPS Boston to 'Odd Fixes', fix Paul Burton
>      mail
>    MAINTAINERS: Move MIPS GIC timer files to Boston board section

Thanks, patches 1-3 applied to mips-next.


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

end of thread, other threads:[~2020-10-16 13:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13 10:16 [PATCH v2 0/4] MAINTAINERS: Update MIPS sections Philippe Mathieu-Daudé
2020-10-13 10:16 ` [PATCH v2 1/4] MAINTAINERS: Put myself forward for MIPS target Philippe Mathieu-Daudé
2020-10-14 11:41   ` Thomas Huth
2020-10-14 15:13   ` Jiaxun Yang
2020-10-14 15:41     ` Philippe Mathieu-Daudé
2020-10-13 10:16 ` [PATCH v2 2/4] MAINTAINERS: Remove duplicated Malta test entries Philippe Mathieu-Daudé
2020-10-14 12:54   ` Thomas Huth
2020-10-13 10:16 ` [PATCH v2 3/4] MAINTAINERS: Downgrade MIPS Boston to 'Odd Fixes', fix Paul Burton mail Philippe Mathieu-Daudé
2020-10-14 12:55   ` Thomas Huth
2020-10-13 10:16 ` [PATCH v2 4/4] MAINTAINERS: Move MIPS GIC timer files to Boston board section Philippe Mathieu-Daudé
2020-10-14 13:39   ` Thomas Huth
2020-10-16 13:43     ` Philippe Mathieu-Daudé
2020-10-16 13:45 ` [PATCH v2 0/4] MAINTAINERS: Update MIPS sections Philippe Mathieu-Daudé

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