From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRbY4-0005lv-DZ for qemu-devel@nongnu.org; Tue, 27 Nov 2018 06:29:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRbY3-0002H7-CK for qemu-devel@nongnu.org; Tue, 27 Nov 2018 06:29:00 -0500 References: <1542899500-23346-1-git-send-email-thuth@redhat.com> From: Laurent Vivier Message-ID: Date: Tue, 27 Nov 2018 12:28:48 +0100 MIME-Version: 1.0 In-Reply-To: <1542899500-23346-1-git-send-email-thuth@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] MAINTAINERS: Add nios2-related files to the Nios2 section List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , Chris Wulff , Marek Vasut , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org On 22/11/2018 16:11, Thomas Huth wrote: > nios2_iic.c and the default-configs/nios2-softmmu.mak file are > currently "unmaintained" according to the get_maintainers.pl script. > Move them to the Nios2 section where they obviously belong to. > > Signed-off-by: Thomas Huth > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1291c07..33245b4 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -226,7 +226,9 @@ M: Marek Vasut > S: Maintained > F: target/nios2/ > F: hw/nios2/ > +F: hw/intc/nios2_iic.c > F: disas/nios2.c > +F: default-configs/nios2-softmmu.mak > > OpenRISC > M: Stafford Horne > Applied to my trivial-patches branch. Thanks, Laurent