From nobody Thu Sep 19 01:38:31 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.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; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1549272099593472.57367070027044; Mon, 4 Feb 2019 01:21:39 -0800 (PST) Received: from localhost ([127.0.0.1]:39218 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqaRc-0008Ct-49 for importer@patchew.org; Mon, 04 Feb 2019 04:21:36 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqa9T-0001Cp-GN for qemu-devel@nongnu.org; Mon, 04 Feb 2019 04:02:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqa9N-0000HE-KB for qemu-devel@nongnu.org; Mon, 04 Feb 2019 04:02:47 -0500 Received: from ozlabs.org ([2401:3900:2:1::2]:59493) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqa9F-0007nA-Go; Mon, 04 Feb 2019 04:02:39 -0500 Received: by ozlabs.org (Postfix, from userid 1007) id 43tMCB1NLdz9sPT; Mon, 4 Feb 2019 20:01:38 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1549270902; bh=8DBynwOiSHQMdgvmjxVlFFJmeaLdM3QGdHjP3/Borco=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mfyuEEUA5FFaodpDaNYRjcSgTi8sVG1oPMh7DxFMK22VGjQoVCCViM3o4HMbbl0un 3dKSd738+RNd/RpwaZUwmsZrEAlz3Ns5Y+XnAL7EwxZD7x1b3l6xL8yhHpuuhPTM56 C9L5MM9Qu6Yh75Gazk5gsOdaROKxM3q2Xr9LLqgg= From: David Gibson To: peter.maydell@linaro.org Date: Mon, 4 Feb 2019 20:01:08 +1100 Message-Id: <20190204090124.26191-22-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190204090124.26191-1-david@gibson.dropbear.id.au> References: <20190204090124.26191-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2401:3900:2:1::2 Subject: [Qemu-devel] [PULL 21/37] MAINTAINERS: XIVE is an interrupt controller, not a machine 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: , Cc: lvivier@redhat.com, Thomas Huth , qemu-devel@nongnu.org, groug@kaod.org, spopovyc@redhat.com, qemu-ppc@nongnu.org, clg@kaod.org, David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" From: Thomas Huth The "XIVE" section is currently listed in the "PowerPC Machines" section, which is weird, since this is an interrupt controller device. Move it to the "Devices" section instead. Signed-off-by: Thomas Huth Reviewed-by: C=C3=A9dric Le Goater Signed-off-by: David Gibson --- MAINTAINERS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 612692b284..d891e79faa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1041,14 +1041,6 @@ F: tests/libqos/*spapr* F: tests/rtas* F: tests/libqos/rtas* =20 -XIVE -M: David Gibson -M: C=C3=A9dric Le Goater -L: qemu-ppc@nongnu.org -S: Supported -F: hw/*/*xive* -F: include/hw/*/*xive* - virtex_ml507 M: Edgar E. Iglesias L: qemu-ppc@nongnu.org @@ -1648,6 +1640,14 @@ F: tests/libqos/fw_cfg.c F: tests/fw_cfg-test.c T: git https://github.com/philmd/qemu.git fw_cfg-next =20 +XIVE +M: David Gibson +M: C=C3=A9dric Le Goater +L: qemu-ppc@nongnu.org +S: Supported +F: hw/*/*xive* +F: include/hw/*/*xive* + Subsystems ---------- Audio --=20 2.20.1