[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH-for-5.2] MAINTAINERS: Demote Renesas target & hardware to 'Od
From: |
Thomas Huth |
Subject: |
Re: [PATCH-for-5.2] MAINTAINERS: Demote Renesas target & hardware to 'Odd Fixes' |
Date: |
Tue, 3 Nov 2020 12:28:12 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 |
On 02/11/2020 11.40, Philippe Mathieu-Daudé wrote:
> To be fair with other subsystems listed as 'Odd Fixes' but having
> maintainers more present, demote the Renesas sections from being
> 'Maintained' to 'Odd Fixes' (has a maintainer but they don't have
> time to do much other than throw the odd patch in.)
>
> This matches Magnus's possibilities so far:
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg710319.html
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> MAINTAINERS | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8c744a9bdf4..ff7c42ba451 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -289,7 +289,7 @@ F: linux-user/host/riscv64/
>
> RENESAS RX CPUs
> M: Yoshinori Sato <ysato@users.sourceforge.jp>
> -S: Maintained
> +S: Odd Fixes
> F: target/rx/
>
> S390 TCG CPUs
> @@ -1334,7 +1334,7 @@ RX Machines
> -----------
> rx-gdbsim
> M: Yoshinori Sato <ysato@users.sourceforge.jp>
> -S: Maintained
> +S: Odd Fixes
> F: docs/system/target-rx.rst
> F: hw/rx/rx-gdbsim.c
> F: tests/acceptance/machine_rx_gdbsim.py
> @@ -1344,7 +1344,7 @@ SH4 Machines
> R2D
> M: Yoshinori Sato <ysato@users.sourceforge.jp>
> R: Magnus Damm <magnus.damm@gmail.com>
> -S: Maintained
> +S: Odd Fixes
> F: hw/sh4/r2d.c
> F: hw/intc/sh_intc.c
> F: include/hw/sh4/sh_intc.h
> @@ -2075,7 +2075,7 @@ F: docs/*/*xive*
> Renesas peripherals
> M: Yoshinori Sato <ysato@users.sourceforge.jp>
> R: Magnus Damm <magnus.damm@gmail.com>
> -S: Maintained
> +S: Odd Fixes
> F: hw/char/renesas_sci.c
> F: hw/char/sh_serial.c
> F: hw/timer/renesas_*.c
> @@ -2086,7 +2086,7 @@ F: include/hw/timer/renesas_*.h
>
> Renesas RX peripherals
> M: Yoshinori Sato <ysato@users.sourceforge.jp>
> -S: Maintained
> +S: Odd Fixes
> F: hw/intc/rx_icu.c
> F: hw/rx/
> F: include/hw/intc/rx_icu.h
>
Reviewed-by: Thomas Huth <thuth@redhat.com>