Signed-off-by: Cédric Le Goater <c...@kaod.org> --- target/ppc/cpu.h | 9 --------- 1 file changed, 9 deletions(-)
diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h index bde4dff1ba80..2c22292e7f41 100644 --- a/target/ppc/cpu.h +++ b/target/ppc/cpu.h @@ -23,11 +23,6 @@ #include "qemu-common.h" #include "qemu/int128.h" -#ifndef CONFIG_USER_ONLY -#include "hw/ppc/xive.h" /* for XiveTCTX */ -#include "hw/ppc/xics.h" /* for ICPState */ -#endif - //#define PPC_EMULATE_32BITS_HYPV #if defined (TARGET_PPC64) @@ -1203,10 +1198,6 @@ struct PowerPCCPU { void *machine_data; int32_t node_id; /* NUMA node this CPU belongs to */ PPCHash64Options *hash64_opts; -#ifndef CONFIG_USER_ONLY - ICPState *icp; - XiveTCTX *tctx; -#endif /* Fields related to migration compatibility hacks */ bool pre_2_8_migration; -- 2.20.1