diff options
author | Philippe Mathieu-Daudé | 2021-03-12 16:55:13 +0100 |
---|---|---|
committer | Thomas Huth | 2021-04-01 14:28:39 +0200 |
commit | 2d53d0c77f95433a70f89f837f7ee768d79ac3cc (patch) | |
tree | 19b388b57757b72f3694681178bc936df2db0205 | |
parent | MAINTAINERS: Mark RX hardware emulation orphan (diff) | |
download | qemu-2d53d0c77f95433a70f89f837f7ee768d79ac3cc.tar.gz qemu-2d53d0c77f95433a70f89f837f7ee768d79ac3cc.tar.xz qemu-2d53d0c77f95433a70f89f837f7ee768d79ac3cc.zip |
MAINTAINERS: Mark SH-4 hardware emulation orphan
Yoshinori Sato doesn't have time to manage QEMU reviews.
The code is in good shape and hasn't started to bitrot,
so mark the SH-4 hardware as orphan to give the possibility
to any contributor to step in and fill the gap.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
CC: Magnus Damm <magnus.damm@gmail.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Message-Id: <20210312155513.1849109-3-f4bug@amsat.org>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0a857f6b18..d73a92c992 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -322,8 +322,8 @@ F: tests/tcg/s390x/ L: qemu-s390x@nongnu.org SH4 TCG CPUs -M: Yoshinori Sato <ysato@users.sourceforge.jp> -S: Odd Fixes +R: Yoshinori Sato <ysato@users.sourceforge.jp> +S: Orphan F: target/sh4/ F: hw/sh4/ F: disas/sh4.c @@ -1414,7 +1414,7 @@ F: tests/acceptance/machine_rx_gdbsim.py SH4 Machines ------------ R2D -M: Yoshinori Sato <ysato@users.sourceforge.jp> +R: Yoshinori Sato <ysato@users.sourceforge.jp> R: Magnus Damm <magnus.damm@gmail.com> S: Odd Fixes F: hw/char/sh_serial.c @@ -1425,7 +1425,7 @@ F: hw/timer/sh_timer.c F: include/hw/sh4/sh_intc.h Shix -M: Yoshinori Sato <ysato@users.sourceforge.jp> +R: Yoshinori Sato <ysato@users.sourceforge.jp> R: Magnus Damm <magnus.damm@gmail.com> S: Odd Fixes F: hw/block/tc58128.c @@ -2181,7 +2181,7 @@ F: include/hw/*/*xive* F: docs/*/*xive* Renesas peripherals -M: Yoshinori Sato <ysato@users.sourceforge.jp> +R: Yoshinori Sato <ysato@users.sourceforge.jp> R: Magnus Damm <magnus.damm@gmail.com> S: Odd Fixes F: hw/char/renesas_sci.c |