Revision 43a0db35 hw/pc.h

b/hw/pc.h
76 76
#define GSI_NUM_PINS IOAPIC_NUM_PINS
77 77

  
78 78
typedef struct GSIState {
79
    qemu_irq *i8259_irq;
79
    qemu_irq i8259_irq[ISA_NUM_IRQS];
80 80
    qemu_irq ioapic_irq[IOAPIC_NUM_PINS];
81 81
} GSIState;
82 82

  

Also available in: Unified diff