From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPqe1-0003K2-MV for qemu-devel@nongnu.org; Thu, 22 Nov 2018 10:11:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPqdw-0000C3-NG for qemu-devel@nongnu.org; Thu, 22 Nov 2018 10:11:53 -0500 From: Thomas Huth Date: Thu, 22 Nov 2018 16:11:40 +0100 Message-Id: <1542899500-23346-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PATCH] MAINTAINERS: Add nios2-related files to the Nios2 section List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Wulff , Marek Vasut , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org 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 -- 1.8.3.1