From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:36896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0RMN-00032X-VH for qemu-devel@nongnu.org; Sun, 03 Mar 2019 08:40:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0RMM-0007Se-SW for qemu-devel@nongnu.org; Sun, 03 Mar 2019 08:40:55 -0500 Received: from mail01.asahi-net.or.jp ([202.224.55.13]:59776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0RMM-0007Qe-BD for qemu-devel@nongnu.org; Sun, 03 Mar 2019 08:40:54 -0500 Date: Sun, 03 Mar 2019 22:40:46 +0900 Message-ID: <87mumc3wkh.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato In-Reply-To: <7d420080-092d-9baf-e503-953cbebbdad2@redhat.com> References: <20190122121413.31437-1-ysato@users.sourceforge.jp> <20190302062138.10713-1-ysato@users.sourceforge.jp> <20190302062138.10713-12-ysato@users.sourceforge.jp> <7d420080-092d-9baf-e503-953cbebbdad2@redhat.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH RFC v3 11/11] MAINTAINERS: Add RX entry. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?ISO-8859-1?Q?Mathieu-Daud=E9?= Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org, richard.henderson@linaro.org On Sun, 03 Mar 2019 04:03:19 +0900, Philippe Mathieu-Daud=E9 wrote: >=20 > On 3/2/19 7:21 AM, Yoshinori Sato wrote: > > Signed-off-by: Yoshinori Sato > > --- > > MAINTAINERS | 20 ++++++++++++++++++++ > > 1 file changed, 20 insertions(+) > >=20 > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 5040d9dfb1..141c4994b9 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -270,6 +270,14 @@ F: include/hw/riscv/ > > F: linux-user/host/riscv32/ > > F: linux-user/host/riscv64/ > > =20 > > +RX >=20 > RX sounds very generic, what about: >=20 > Renesas Extreme (RX) >=20 > Or >=20 > RX (Renesas Extreme) >=20 > > +M: Yoshinori Sato > > +S: Maintained > > +F: target/rx/ > > +F: hw/rx/ > > +F: include/hw/rx/ > > +F: disas/rx.c > > + > > S390 > > M: Richard Henderson > > M: David Hildenbrand > > @@ -1084,6 +1092,18 @@ F: pc-bios/canyonlands.dt[sb] > > F: pc-bios/u-boot-sam460ex-20100605.bin > > F: roms/u-boot-sam460ex > > =20 > > +RX Machines > > +----------- > > +RX-QEMU > > +M: Yoshinori Sato > > +S: Maintained > > +F: hw/rx/rxqemu.c > > +F: hw/intc/rx_icu.c > > +F: hw/timer/renesas_*.c > > +F: hw/char/renesas_sci.c > > +F: include/hw/timer/renesas_*.h > > +F: include/hw/char/renesas_sci.h > > + > > SH4 Machines > > ------------ > > R2D > >=20 >=20 OK. I will update entry. RENESAS RX Thanks. --=20 Yosinori Sato