From patchwork Thu Oct 5 18:18:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: BALATON Zoltan X-Patchwork-Id: 1844103 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=patchwork.ozlabs.org) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4S1fwR0btYz1yq9 for ; Fri, 6 Oct 2023 05:19:35 +1100 (AEDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qoSwK-0003V3-6O; Thu, 05 Oct 2023 14:19:12 -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 1qoSw6-00038Q-6c for qemu-devel@nongnu.org; Thu, 05 Oct 2023 14:19:02 -0400 Received: from zero.eik.bme.hu ([2001:738:2001:2001::2001]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qoSw2-0006pm-7s for qemu-devel@nongnu.org; Thu, 05 Oct 2023 14:18:57 -0400 Received: from zero.eik.bme.hu (blah.eik.bme.hu [152.66.115.182]) by localhost (Postfix) with SMTP id C23AE757244; Thu, 5 Oct 2023 20:18:05 +0200 (CEST) Received: by zero.eik.bme.hu (Postfix, from userid 432) id 8EA7475723D; Thu, 5 Oct 2023 20:18:05 +0200 (CEST) From: BALATON Zoltan Subject: [PATCH] MAINTANERS: Split vt82c686 out of fuloong2e To: qemu-devel@nongnu.org Cc: Huacai Chen , Jiaxun Yang , philmd@linaro.org Message-Id: <20231005181805.8EA7475723D@zero.eik.bme.hu> Date: Thu, 5 Oct 2023 20:18:05 +0200 (CEST) X-Spam-Probability: 8% Received-SPF: pass client-ip=2001:738:2001:2001::2001; 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+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org It is used by other machines not just fuloong2e so put it in a separate section and add myself as reviewer. Signed-off-by: BALATON Zoltan Reviewed-by: Philippe Mathieu-Daudé --- By the way, PIIX4 already has a section just above where I've added this but some files are still listed in Malta. You may want to have a look at that. MAINTAINERS | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ea91f9e804..7f0e20fde6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1307,10 +1307,7 @@ M: Philippe Mathieu-Daudé 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 @@ -2462,6 +2459,14 @@ S: Maintained F: hw/isa/piix4.c F: include/hw/southbridge/piix.h +VIA south bridges (VT82C686B, VT8231) +M: Philippe Mathieu-Daudé +R: Jiaxun Yang +R: BALATON Zoltan +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é R: Gerd Hoffmann