ppc/pnv: Remove the XICSFabric Interface from the POWER9 machine
commit1aba8716c8335e88b8c358002a6e1ac89f7dd258
authorCédric Le Goater <clg@kaod.org>
Thu, 3 Oct 2019 14:36:17 +0000 (3 16:36 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 4 Oct 2019 09:08:23 +0000 (4 19:08 +1000)
tree6a3c58005b70fd9d25d5cb0dc473645a3d66adbb
parentf478d9af213f169449f7aaba7257aba1a4032e1e
ppc/pnv: Remove the XICSFabric Interface from the POWER9 machine

The POWER8 PowerNV machine needs to implement a XICSFabric interface
as this is the POWER8 interrupt controller model. But the POWER9
machine uselessly inherits of XICSFabric from the common PowerNV
machine definition.

Open code machine definitions to have a better control on the
different interfaces each machine should define.

Fixes: f30c843ced50 ("ppc/pnv: Introduce PowerNV machines with fixed CPU models")
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20191003143617.21682-1-clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/pnv.c