From nobody Mon May 20 15:50:05 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=eik.bme.hu Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 16973794673681013.2014971999386; Sun, 15 Oct 2023 07:17:47 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qs1uv-0001IU-HY; Sun, 15 Oct 2023 10:16:29 -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 1qs1uu-0001IH-9N; Sun, 15 Oct 2023 10:16:28 -0400 Received: from zero.eik.bme.hu ([152.66.115.2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qs1us-0001X7-0L; Sun, 15 Oct 2023 10:16:28 -0400 Received: from zero.eik.bme.hu (blah.eik.bme.hu [152.66.115.182]) by localhost (Postfix) with SMTP id 604DB757253; Sun, 15 Oct 2023 16:15:18 +0200 (CEST) Received: by zero.eik.bme.hu (Postfix, from userid 432) id 219317456A7; Sun, 15 Oct 2023 16:15:17 +0200 (CEST) From: BALATON Zoltan Subject: [PATCH v2] MAINTANERS: Split vt82c686 out of fuloong2e To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Cc: philmd@linaro.org, Jiaxun Yang Message-Id: <20231015141517.219317456A7@zero.eik.bme.hu> Date: Sun, 15 Oct 2023 16:15:17 +0200 (CEST) X-Spam-Probability: 8% Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=152.66.115.2; envelope-from=balaton@eik.bme.hu; helo=zero.eik.bme.hu X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, PP_MIME_FAKE_ASCII_TEXT=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham 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: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZM-MESSAGEID: 1697379469663100001 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The VIA south bridgges are now mostly used by other machines not just fuloong2e so split off into a separate section and take maintanership. Signed-off-by: BALATON Zoltan --- v2: - Rebase on master - Take Philippe's offer and accept maintaining it (I hope Philippe can still help with review and pull requests) MAINTAINERS | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ca405bc1bc..6b15de530c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1324,10 +1324,7 @@ M: Philippe Mathieu-Daud\ufffd\ufffd R: Jiaxun Yang S: Odd Fixes F: hw/mips/fuloong2e.c -F: hw/isa/vt82c686.c F: hw/pci-host/bonito.c -F: hw/usb/vt82c686-uhci-pci.c -F: include/hw/isa/vt82c686.h F: include/hw/pci-host/bonito.h F: tests/avocado/machine_mips_fuloong2e.py =20 @@ -2491,6 +2488,15 @@ S: Maintained F: hw/isa/piix4.c F: include/hw/southbridge/piix.h =20 +VIA South Bridges (VT82C686B, VT8231) +M: BALATON Zoltan +S: Maintained +R: Philippe Mathieu-Daud\ufffd\ufffd +R: Jiaxun Yang +F: hw/isa/vt82c686.c +F: hw/usb/vt82c686-uhci-pci.c +F: include/hw/isa/vt82c686.h + Firmware configuration (fw_cfg) M: Philippe Mathieu-Daud\ufffd\ufffd R: Gerd Hoffmann --=20 2.30.9