[PATCH 1/4] MAINTAINERS: Add MIPS general architecture support entry

Philippe Mathieu-Daudé posted 4 patches 4 years, 4 months ago
Maintainers: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Aurelien Jarno <aurelien@aurel32.net>, Jiaxun Yang <jiaxun.yang@flygoat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>
There is a newer version of this series
[PATCH 1/4] MAINTAINERS: Add MIPS general architecture support entry
Posted by Philippe Mathieu-Daudé 4 years, 4 months ago
The architecture is covered in TCG (frontend and backend)
and hardware models. Add a generic section matching the
'mips' word in patch subjects.

Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 MAINTAINERS | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 50435b8d2f5..cfee52a3046 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -109,6 +109,12 @@ K: ^Subject:.*(?i)s390x?
 T: git https://gitlab.com/cohuck/qemu.git s390-next
 L: qemu-s390x@nongnu.org
 
+MIPS general architecture support
+M: Philippe Mathieu-Daudé <f4bug@amsat.org>
+R: Jiaxun Yang <jiaxun.yang@flygoat.com>
+S: Odd Fixes
+K: ^Subject:.*(?i)mips
+
 Guest CPU cores (TCG)
 ---------------------
 Overall TCG CPUs
@@ -242,7 +248,6 @@ F: include/hw/mips/
 F: include/hw/misc/mips_*
 F: include/hw/timer/mips_gictimer.h
 F: tests/tcg/mips/
-K: ^Subject:.*(?i)mips
 
 MIPS TCG CPUs (nanoMIPS ISA)
 S: Orphan
-- 
2.31.1

Re: [PATCH 1/4] MAINTAINERS: Add MIPS general architecture support entry
Posted by Jiaxun Yang 4 years, 4 months ago

在 2021/10/4 10:25, Philippe Mathieu-Daudé 写道:
> The architecture is covered in TCG (frontend and backend)
> and hardware models. Add a generic section matching the
> 'mips' word in patch subjects.
>
> Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>

Thanks.
- Jiaxun
> ---
>   MAINTAINERS | 7 ++++++-
>   1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 50435b8d2f5..cfee52a3046 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -109,6 +109,12 @@ K: ^Subject:.*(?i)s390x?
>   T: git https://gitlab.com/cohuck/qemu.git s390-next
>   L: qemu-s390x@nongnu.org
>   
> +MIPS general architecture support
> +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
> +R: Jiaxun Yang <jiaxun.yang@flygoat.com>
> +S: Odd Fixes
> +K: ^Subject:.*(?i)mips
> +
>   Guest CPU cores (TCG)
>   ---------------------
>   Overall TCG CPUs
> @@ -242,7 +248,6 @@ F: include/hw/mips/
>   F: include/hw/misc/mips_*
>   F: include/hw/timer/mips_gictimer.h
>   F: tests/tcg/mips/
> -K: ^Subject:.*(?i)mips
>   
>   MIPS TCG CPUs (nanoMIPS ISA)
>   S: Orphan