ppc/pnv: introduce a pnv_chip_core_realize() routine
commit51c047283c567ea27084827c979681f3e28b920e
authorCédric Le Goater <clg@kaod.org>
Thu, 14 Jun 2018 14:00:41 +0000 (14 16:00 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sat, 16 Jun 2018 06:32:33 +0000 (16 16:32 +1000)
tree227794ac11e3691b296bdea87222c9aceae03314
parentd9f0e34cb7174aefa2a1f4a7d6631c62b1e0d05d
ppc/pnv: introduce a pnv_chip_core_realize() routine

This extracts from the PvChip realize routine the part creating the
cores. On Power9, we will need to create the cores after the Xive
interrupt controller is created.

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