diff options
author | Yoshinori Sato | 2019-01-21 14:20:54 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2020-03-19 17:15:19 +0100 |
commit | a4f34ecc8555121bb5866c15bbd66dd516e9671e (patch) | |
tree | 22dc4387dc90952c9fdb964e056ee36b4dd48917 /MAINTAINERS | |
parent | hw/registerfields.h: Add 8bit and 16bit register macros (diff) | |
download | qemu-a4f34ecc8555121bb5866c15bbd66dd516e9671e.tar.gz qemu-a4f34ecc8555121bb5866c15bbd66dd516e9671e.tar.xz qemu-a4f34ecc8555121bb5866c15bbd66dd516e9671e.zip |
MAINTAINERS: Add entry for the Renesas RX architecture
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200224141923.82118-2-ysato@users.sourceforge.jp>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7364af0d8b..a8d54f0863 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -277,6 +277,11 @@ F: include/hw/riscv/ F: linux-user/host/riscv32/ F: linux-user/host/riscv64/ +RENESAS RX CPUs +M: Yoshinori Sato <ysato@users.sourceforge.jp> +S: Maintained +F: target/rx/ + S390 TCG CPUs M: Richard Henderson <rth@twiddle.net> M: David Hildenbrand <david@redhat.com> |