From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1r3Z-0001Ow-2e for qemu-devel@nongnu.org; Wed, 02 Nov 2016 04:38:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1r3U-0003TC-88 for qemu-devel@nongnu.org; Wed, 02 Nov 2016 04:38:01 -0400 From: Thomas Huth Date: Wed, 2 Nov 2016 09:37:52 +0100 Message-Id: <1478075872-11344-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PATCH] sparc: Add slavio_misc.c and eccmemctl.c to the MAINTAINERS file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Mark Cave-Ayland Cc: qemu-trivial@nongnu.org Both files seem to belong to the Sun4m machine. Signed-off-by: Thomas Huth --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b0712a8..79484ed 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -710,6 +710,8 @@ S: Maintained F: hw/sparc/sun4m.c F: hw/dma/sparc32_dma.c F: hw/dma/sun4m_iommu.c +F: hw/misc/eccmemctl.c +F: hw/misc/slavio_misc.c F: include/hw/sparc/sparc32_dma.h F: include/hw/sparc/sun4m.h F: pc-bios/openbios-sparc32 -- 1.8.3.1