Il 13/09/2012 22:12, Jason Baron ha scritto: > +typedef struct ICH9_LPCIrqState { > + struct ICH9_LPCState *lpc;
Please add DEFINE_PROP_PTR property for this field in gmch_pcihost_info, so we know this ought to become a link<ICH9_LPCState> later. > + qemu_irq *pic; > + qemu_irq *ioapic; > +} ICH9_LPCIrqState; > + Paolo