From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4BAB3C433ED for ; Mon, 19 Apr 2021 01:01:59 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A5BFB6101D for ; Mon, 19 Apr 2021 01:01:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A5BFB6101D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:35192 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lYIIX-00086i-JW for qemu-devel@archiver.kernel.org; Sun, 18 Apr 2021 21:01:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59466) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lYIGN-0006cs-St; Sun, 18 Apr 2021 20:59:43 -0400 Received: from ozlabs.org ([203.11.71.1]:39487) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lYIGL-00009i-Am; Sun, 18 Apr 2021 20:59:43 -0400 Received: by ozlabs.org (Postfix, from userid 1007) id 4FNpPF5rpvz9vFF; Mon, 19 Apr 2021 10:59:29 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1618793969; bh=Lv4qyMHh3Ed96JGnqLLgSEeIEKZNoCufKkcJTufYCuI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lWscOpnwwCSaJ3R9e9SD5bjHj+k0X3OCovDqrYaQOqlb9mHDwQsfQC2CdXyYJDBBa +XpygNfyt0jnNSngqMJa42EsYY+15vEhYl2oL8FsgdOW+IiwyKnIaWqzOTA6ocbvo6 HX+HWVKNfLfSkwgY0uSOMuiwdhUWDpusMsm7/7lA= Date: Mon, 19 Apr 2021 10:46:48 +1000 From: David Gibson To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Subject: Re: [PATCH v2 04/11] hw/pci-host: Rename Raven ASIC PCI bridge as raven.c Message-ID: References: <20210417103028.601124-1-f4bug@amsat.org> <20210417103028.601124-5-f4bug@amsat.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="lJ5bUK0ys6IObMRY" Content-Disposition: inline In-Reply-To: <20210417103028.601124-5-f4bug@amsat.org> Received-SPF: pass client-ip=203.11.71.1; envelope-from=dgibson@ozlabs.org; helo=ozlabs.org X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , qemu-devel@nongnu.org, Peter Xu , Greg Kurz , qemu-arm@nongnu.org, qemu-ppc@nongnu.org, =?iso-8859-1?Q?C=E9dric?= Le Goater , Paolo Bonzini , =?iso-8859-1?Q?Herv=E9?= Poussineau Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" --lJ5bUK0ys6IObMRY Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 17, 2021 at 12:30:21PM +0200, Philippe Mathieu-Daud=E9 wrote: > The ASIC PCI bridge chipset from Motorola is named 'Raven'. > This chipset is used in the PowerPC Reference Platform (PReP), > but not restricted to it. Rename it accordingly. >=20 > Signed-off-by: Philippe Mathieu-Daud=E9 Acked-by: David Gibson > --- > hw/pci-host/{prep.c =3D> raven.c} | 0 > MAINTAINERS | 2 +- > hw/pci-host/Kconfig | 2 +- > hw/pci-host/meson.build | 2 +- > hw/ppc/Kconfig | 2 +- > 5 files changed, 4 insertions(+), 4 deletions(-) > rename hw/pci-host/{prep.c =3D> raven.c} (100%) >=20 > diff --git a/hw/pci-host/prep.c b/hw/pci-host/raven.c > similarity index 100% > rename from hw/pci-host/prep.c > rename to hw/pci-host/raven.c > diff --git a/MAINTAINERS b/MAINTAINERS > index 36055f14c59..0e8f9cbc2ab 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1302,7 +1302,7 @@ S: Maintained > F: hw/ppc/prep.c > F: hw/ppc/prep_systemio.c > F: hw/ppc/rs6000_mc.c > -F: hw/pci-host/prep.[hc] > +F: hw/pci-host/raven.c > F: hw/isa/i82378.c > F: hw/isa/pc87312.c > F: hw/dma/i82374.c > diff --git a/hw/pci-host/Kconfig b/hw/pci-host/Kconfig > index 2ccc96f02ce..593d90e5588 100644 > --- a/hw/pci-host/Kconfig > +++ b/hw/pci-host/Kconfig > @@ -6,7 +6,7 @@ config XEN_IGD_PASSTHROUGH > default y > depends on XEN && PCI_I440FX > =20 > -config PREP_PCI > +config RAVEN_PCI > bool > select PCI > select OR_IRQ > diff --git a/hw/pci-host/meson.build b/hw/pci-host/meson.build > index 87a896973e7..2460f365471 100644 > --- a/hw/pci-host/meson.build > +++ b/hw/pci-host/meson.build > @@ -13,7 +13,7 @@ > pci_ss.add(when: 'CONFIG_SH_PCI', if_true: files('sh_pci.c')) > =20 > # PPC devices > -pci_ss.add(when: 'CONFIG_PREP_PCI', if_true: files('prep.c')) > +pci_ss.add(when: 'CONFIG_RAVEN_PCI', if_true: files('raven.c')) > pci_ss.add(when: 'CONFIG_GRACKLE_PCI', if_true: files('grackle.c')) > # NewWorld PowerMac > pci_ss.add(when: 'CONFIG_UNIN_PCI', if_true: files('uninorth.c')) > diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig > index d11dc30509d..ebbe95eb90f 100644 > --- a/hw/ppc/Kconfig > +++ b/hw/ppc/Kconfig > @@ -73,7 +73,7 @@ config PREP > imply PCI_DEVICES > imply TEST_DEVICES > select CS4231A > - select PREP_PCI > + select RAVEN_PCI > select I82378 > select LSI_SCSI_PCI > select M48T59 --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --lJ5bUK0ys6IObMRY Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEdfRlhq5hpmzETofcbDjKyiDZs5IFAmB80vYACgkQbDjKyiDZ s5JMgBAAkbXZEGGOgJU2UZoZ95HPsnmpjPxYv/EorqjlGC3n1CThuoIsRFvayiQ6 7NMjTGsL6SElifsKocFDN73FVCOhqg0nDeWy+laKT46g4youJRFfGy0ifWs8zxHU 6mGR6zbpGsvbfUpEwob0GrSG2IRWMO75Bw1eIi7tugEEcru0D5jcyVbzAedUlB3x kSJGTKbHo/2vK9T8kGufP95Ejg800X54omOyFuaGdOVtu+QyEwRkObX4s8ZNZC++ faOxt32jq9Z7GIAJTc6qJWGcD8AaTuhY4uTHQ7TQDcUBv5PcyKgVtz+iLP9yl5kl 88LU1QIEcSfWdVERf5IF6YOyOr3joZLPutc6r8MpvZUN5X+VVAnvZkwDQhOcZhkz 1Ysz8//HLR3X6OeIv3L/GagpGO9QSYqYI6heNu+JvMdRg7O+yPg3TQ4UsgFNAacv kPJiWBwCKhg+pvTv/zJl53hZHG5dhhN3M6tMuYvPLjEVyCNZVmaI5uYw9MfPHTMT F3bGwLUIWR529VCRPMrM+RC8X39TW/pm0tuwPToy/wv7vk6yLHBhwIreL2tMu1Vo beKp/5fR7kbfQfrqF+lDzY13ys/JQUJI7BA7pKVyeETK6s3nw++zjXeHyDPSl40c U11U/lGkTne/GL1ndqdCHlqaBac1D6+fatYDfEh11ZVMckON1A0= =/e8M -----END PGP SIGNATURE----- --lJ5bUK0ys6IObMRY--