From nobody Fri Nov 7 04:02:26 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1546444072881258.94436777008855; Wed, 2 Jan 2019 07:47:52 -0800 (PST) Received: from localhost ([127.0.0.1]:45719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1geik0-0001BI-Dw for importer@patchew.org; Wed, 02 Jan 2019 10:47:32 -0500 Received: from eggs.gnu.org ([208.118.235.92]:54340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1geij0-0000iI-QH for qemu-devel@nongnu.org; Wed, 02 Jan 2019 10:46:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1geiiz-0003HX-Kt for qemu-devel@nongnu.org; Wed, 02 Jan 2019 10:46:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44036) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1geiiz-0003GC-Fi for qemu-devel@nongnu.org; Wed, 02 Jan 2019 10:46:29 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 362F2C059B78; Wed, 2 Jan 2019 15:46:26 +0000 (UTC) Received: from thuth.com (dhcp-200-199.str.redhat.com [10.33.200.199]) by smtp.corp.redhat.com (Postfix) with ESMTP id 64FC06012E; Wed, 2 Jan 2019 15:46:25 +0000 (UTC) From: Thomas Huth To: Mark Cave-Ayland , qemu-devel@nongnu.org Date: Wed, 2 Jan 2019 16:46:20 +0100 Message-Id: <1546443980-26779-1-git-send-email-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Wed, 02 Jan 2019 15:46:26 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] MAINTAINERS: Add some missing SPARC-related files X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" These files / devices are only used by SPARC machines, so we can sort them into the corresponding categories in the MAINTAINERS file. Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- MAINTAINERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index b6c2645..e897963 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1069,9 +1069,11 @@ M: Mark Cave-Ayland S: Maintained F: hw/sparc/sun4m.c F: hw/sparc/sun4m_iommu.c +F: hw/display/cg3.c +F: hw/display/tcx.c F: hw/dma/sparc32_dma.c F: hw/misc/eccmemctl.c -F: hw/misc/slavio_misc.c +F: hw/*/slavio_*.c F: include/hw/sparc/sparc32_dma.h F: pc-bios/openbios-sparc32 F: include/hw/sparc/sun4m_iommu.h @@ -1083,6 +1085,8 @@ F: hw/sparc64/sun4u.c F: pc-bios/openbios-sparc64 F: hw/pci-host/sabre.c F: include/hw/pci-host/sabre.h +F: include/hw/sparc/sun4u_iommu.h +F: include/hw/nvram/sun_nvram.h =20 Sun4v M: Artyom Tarasenko --=20 1.8.3.1