From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1qwM52-00049l-OJ for mharc-qemu-devel@gnu.org; Fri, 27 Oct 2023 08:36:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qwM51-00049U-I3 for qemu-devel@nongnu.org; Fri, 27 Oct 2023 08:36:47 -0400 Received: from hsmtpd-def.xspmail.jp ([2001:240:bb81:94:202:238:198:241]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qwM4z-0005FH-Cv for qemu-devel@nongnu.org; Fri, 27 Oct 2023 08:36:47 -0400 X-Country-Code: JP Received: from sakura.ysato.name (ik1-413-38519.vs.sakura.ne.jp [153.127.30.23]) by hsmtpd-out-2.asahinet.cluster.xspmail.jp (Halon) with ESMTPA id 792b4cc7-078d-421c-af71-1829692fef51; Fri, 27 Oct 2023 21:30:36 +0900 (JST) Received: from SIOS1075.ysato.ml (ZM005235.ppp.dion.ne.jp [222.8.5.235]) by sakura.ysato.name (Postfix) with ESMTPSA id 90EA71C0317; Fri, 27 Oct 2023 21:30:35 +0900 (JST) Date: Fri, 27 Oct 2023 21:30:34 +0900 Message-ID: <87ttqci6xh.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Thomas Huth Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, Magnus Damm Subject: Re: [PATCH] MAINTAINERS: Add include/hw/timer/tmu012.h to the SH4 R2D section In-Reply-To: <20231026080011.156325-1-thuth@redhat.com> References: <20231026080011.156325-1-thuth@redhat.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Received-SPF: softfail client-ip=2001:240:bb81:94:202:238:198:241; envelope-from=ysato@users.sourceforge.jp; helo=hsmtpd-def.xspmail.jp X-Spam_score_int: -11 X-Spam_score: -1.2 X-Spam_bar: - X-Spam_report: (-1.2 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.665 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Oct 2023 12:36:47 -0000 On Thu, 26 Oct 2023 17:00:11 +0900, Thomas Huth wrote: > > tmu012.h is the header that belongs to hw/timer/sh_timer.c, so we > should list it in the same section as sh_timer.c. > > Signed-off-by: Thomas Huth Reviewed-by: Yoshinori Sato > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 28895d9536..cce6feff35 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1632,6 +1632,7 @@ F: hw/intc/sh_intc.c > F: hw/pci-host/sh_pci.c > F: hw/timer/sh_timer.c > F: include/hw/sh4/sh_intc.h > +F: include/hw/timer/tmu012.h > > Shix > R: Yoshinori Sato > -- > 2.41.0 > -- Yosinori Sato