These fields have now been replaced by equivalents under the machine
data.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
typedef struct PPCVirtualHypervisor PPCVirtualHypervisor;
typedef struct PPCVirtualHypervisorClass PPCVirtualHypervisorClass;
-struct XiveTCTX;
-struct ICPState;
-
/**
* PowerPCCPU:
* @env: #CPUPPCState
int vcpu_id;
uint32_t compat_pvr;
PPCVirtualHypervisor *vhyp;
- struct ICPState *icp;
- struct XiveTCTX *tctx;
void *machine_data;
int32_t node_id; /* NUMA node this CPU belongs to */
PPCHash64Options *hash64_opts;