]> git.ipfire.org Git - thirdparty/qemu.git/commit
ppc/pnv: remove useless "core-pir" property alias.
authorCédric Le Goater <clg@kaod.org>
Mon, 27 Jan 2020 14:41:53 +0000 (15:41 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sun, 2 Feb 2020 03:07:57 +0000 (14:07 +1100)
commit59942f0ebbdae67640bfa964c7745e88a80c35a0
tree1bd76a80ebd76a125fbbcfea5e6d8bf8e1369e24
parenta9ec49af3b2a5a83004d1766bf7a4b4f63f7c8a6
ppc/pnv: remove useless "core-pir" property alias.

Commit 158e17a65e1a ("ppc/pnv: Link "chip" property to PnvCore::chip
pointer") introduced some cleanups of the PnvCore realize handler.
Let's continue by reworking a bit the interface of the PnvCore
handlers for the CPU threads. These changes make the "core-pir"
property alias unused. Remove it.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20200127144154.10170-3-clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/pnv_core.c