ppc/pnv: introduce a new pic_print_info() operation to the chip model
commitd8e4aad533573b6237b5da6ceb06027fc4eac9c7
authorCédric Le Goater <clg@kaod.org>
Wed, 6 Mar 2019 08:50:13 +0000 (6 09:50 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 12 Mar 2019 03:33:04 +0000 (12 14:33 +1100)
tree24abd6eea592760bf27be221e62e0f877a87f917
parenteb859a27e1ebeeeaff096a0c041d9f75c9f7a722
ppc/pnv: introduce a new pic_print_info() operation to the chip model

The POWER9 and POWER8 processors have different interrupt controllers,
and reporting their state requires calling different helper routines.

However, the interrupt presenters are still handled in the higher
level pic_print_info() routine because they are not related to the
chip.

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