qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: Richard Henderson <rth@twiddle.net>,
	qemu-devel@nongnu.org,
	Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: [PATCH 02/12] MAINTAINERS: Add entry for RX hardware
Date: Mon,  1 Jun 2020 18:14:31 +0200	[thread overview]
Message-ID: <20200601161441.8086-3-f4bug@amsat.org> (raw)
In-Reply-To: <20200601161441.8086-1-f4bug@amsat.org>

From: Yoshinori Sato <ysato@users.sourceforge.jp>

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200224141923.82118-2-ysato@users.sourceforge.jp>
[PMD: Renamed as gdbsim, add acceptance test file and rST doc]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 MAINTAINERS | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0944d9c731..ac2e82eb19 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1238,6 +1238,21 @@ F: pc-bios/canyonlands.dt[sb]
 F: pc-bios/u-boot-sam460ex-20100605.bin
 F: roms/u-boot-sam460ex
 
+RX Machines
+-----------
+rx-gdbsim
+M: Yoshinori Sato <ysato@users.sourceforge.jp>
+S: Maintained
+F: docs/system/target-rx.rst
+F: hw/rx/
+F: hw/intc/rx_icu.c
+F: hw/timer/renesas_*.c
+F: hw/char/renesas_sci.c
+F: include/hw/rx/
+F: include/hw/timer/renesas_*.h
+F: include/hw/char/renesas_sci.h
+F: tests/acceptance/machine_rx_gdbsim.py
+
 SH4 Machines
 ------------
 R2D
-- 
2.21.3



  parent reply	other threads:[~2020-06-01 16:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-01 16:14 [PATCH 00/12] hw/rx: Add RX GDB simulator machine Philippe Mathieu-Daudé
2020-06-01 16:14 ` [PATCH 01/12] target/rx/cpu: Remove unused headers Philippe Mathieu-Daudé
2020-06-01 16:14 ` Philippe Mathieu-Daudé [this message]
2020-06-01 16:14 ` [PATCH 03/12] hw/intc: RX62N interrupt controller (ICUa) Philippe Mathieu-Daudé
2020-06-01 16:14 ` [PATCH 04/12] hw/timer: RX62N 8-Bit timer (TMR) Philippe Mathieu-Daudé
2020-06-01 16:14 ` [PATCH 05/12] hw/timer: RX62N compare match timer (CMT) Philippe Mathieu-Daudé
2020-06-01 16:14 ` [PATCH 06/12] hw/char: RX62N serial communication interface (SCI) Philippe Mathieu-Daudé
2020-06-01 16:14 ` [PATCH 07/12] hw/rx: RX62N microcontroller (MCU) Philippe Mathieu-Daudé
2020-06-01 16:14 ` [PATCH 08/12] hw/rx: Honor -accel qtest Philippe Mathieu-Daudé
2020-06-01 16:14 ` [PATCH 09/12] hw/rx: Register R5F562N7 and R5F562N8 MCUs Philippe Mathieu-Daudé
2020-06-01 16:14 ` [PATCH 10/12] hw/rx: Add RX GDB simulator Philippe Mathieu-Daudé
2020-06-01 16:14 ` [PATCH 11/12] BootLinuxConsoleTest: Test the " Philippe Mathieu-Daudé
2020-06-01 16:14 ` [PATCH 12/12] docs: Document the RX target Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200601161441.8086-3-f4bug@amsat.org \
    --to=f4bug@amsat.org \
    --cc=alex.bennee@linaro.org \
    --cc=marcandre.lureau@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=rth@twiddle.net \
    --cc=ysato@users.sourceforge.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).