summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCédric Le Goater2019-03-06 09:50:10 +0100
committerDavid Gibson2019-03-12 04:33:04 +0100
commit956b8f468da280ad597fb3fe31a9b1ada441a897 (patch)
treec203237910b8fba2712568a407fd248a21e91d4e /include
parentppc/pnv: export the xive_router_notify() routine (diff)
downloadqemu-956b8f468da280ad597fb3fe31a9b1ada441a897.tar.gz
qemu-956b8f468da280ad597fb3fe31a9b1ada441a897.tar.xz
qemu-956b8f468da280ad597fb3fe31a9b1ada441a897.zip
ppc/pnv: change the CPU machine_data presenter type to Object *
The POWER9 PowerNV machine will use a XIVE interrupt presenter type. Signed-off-by: Cédric Le Goater <clg@kaod.org> Message-Id: <20190306085032.15744-6-clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include')
-rw-r--r--include/hw/ppc/pnv_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/ppc/pnv_core.h b/include/hw/ppc/pnv_core.h
index 9961ea3a92..6874bb847a 100644
--- a/include/hw/ppc/pnv_core.h
+++ b/include/hw/ppc/pnv_core.h
@@ -48,7 +48,7 @@ typedef struct PnvCoreClass {
#define PNV_CORE_TYPE_NAME(cpu_model) cpu_model PNV_CORE_TYPE_SUFFIX
typedef struct PnvCPUState {
- struct ICPState *icp;
+ Object *intc;
} PnvCPUState;
static inline PnvCPUState *pnv_cpu_state(PowerPCCPU *cpu)