Am 16.01.2013 16:11, schrieb Andreas Färber: > +static void raven_pcihost_finalizefn(Object *obj) > +{ > + PREPPCIState *s = RAVEN_PCI_HOST_BRIDGE(obj); > + > + object_unref(OBJECT(&s->pci_bus)); > + object_unref(OBJECT(&s->pci_dev)); > } [snip]
For the record, Paolo suggested to drop this finalizer again since the unref'ing will be obsoleted with his reference counting series. I'll post and apply v3 shortly and have left the macio series mostly as-is. Andreas