Revision f16a69f7 hw/intc/ioapic_common.c

b/hw/intc/ioapic_common.c
59 59

  
60 60
static int ioapic_init_common(SysBusDevice *dev)
61 61
{
62
    IOAPICCommonState *s = FROM_SYSBUS(IOAPICCommonState, dev);
62
    IOAPICCommonState *s = IOAPIC_COMMON(dev);
63 63
    IOAPICCommonClass *info;
64 64
    static int ioapic_no;
65 65

  

Also available in: Unified diff