On Thu, Feb 16, 2017 at 02:47:34PM +0100, Cédric Le Goater wrote: > This is not used anymore. > > Signed-off-by: Cédric Le Goater <c...@kaod.org>
Reviewed-by: David Gibson <da...@gibson.dropbear.id.au> > --- > hw/intc/xics.c | 8 -------- > hw/ppc/spapr.c | 1 - > include/hw/ppc/xics.h | 2 -- > 3 files changed, 11 deletions(-) > > diff --git a/hw/intc/xics.c b/hw/intc/xics.c > index d679313cd49f..5131587ce088 100644 > --- a/hw/intc/xics.c > +++ b/hw/intc/xics.c > @@ -146,13 +146,6 @@ static void xics_common_reset(DeviceState *d) > } > } > > -static void xics_common_initfn(Object *obj) > -{ > - XICSState *xics = XICS_COMMON(obj); > - > - QLIST_INIT(&xics->ics); > -} > - > static void xics_common_class_init(ObjectClass *oc, void *data) > { > DeviceClass *dc = DEVICE_CLASS(oc); > @@ -165,7 +158,6 @@ static const TypeInfo xics_common_info = { > .parent = TYPE_DEVICE, > .instance_size = sizeof(XICSState), > .class_size = sizeof(XICSStateClass), > - .instance_init = xics_common_initfn, > .class_init = xics_common_class_init, > }; > > diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c > index a2a64d7de41d..d1946ebcac69 100644 > --- a/hw/ppc/spapr.c > +++ b/hw/ppc/spapr.c > @@ -122,7 +122,6 @@ static XICSState *try_create_xics(sPAPRMachineState > *spapr, > if (err) { > goto error; > } > - QLIST_INSERT_HEAD(&xics->ics, spapr->ics, list); > > xics->ss = g_malloc0(nr_servers * sizeof(ICPState)); > xics->nr_servers = nr_servers; > diff --git a/include/hw/ppc/xics.h b/include/hw/ppc/xics.h > index e10426e98e31..c15d8e2a8ae6 100644 > --- a/include/hw/ppc/xics.h > +++ b/include/hw/ppc/xics.h > @@ -82,7 +82,6 @@ struct XICSState { > /*< public >*/ > uint32_t nr_servers; > ICPState *ss; > - QLIST_HEAD(, ICSState) ics; > }; > > #define TYPE_ICP "icp" > @@ -152,7 +151,6 @@ struct ICSState { > qemu_irq *qirqs; > ICSIRQState *irqs; > XICSState *xics; > - QLIST_ENTRY(ICSState) list; > }; > > static inline bool ics_valid_irq(ICSState *ics, uint32_t nr) -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature