pc: Generalize ISA IRQs to GSIs
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 7 Oct 2011 07:19:35 +0000 (09:19 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 16 Oct 2011 11:10:48 +0000 (11:10 +0000)
commitee06136b593bc8ed53da2fe3d533487e8804743c
treeaaa660e442e54b245389a8237e10bfe3aa7a216b
parentace394d463307f54aead153d04da08aaa716b17a
pc: Generalize ISA IRQs to GSIs

The ISA bus IRQ range is 0..15. What isa_irq_handler and IsaIrqState are
actually dealing with are the Global System Interrupts. Refactor the
code to clarify this.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/ioapic.h
hw/isa.h
hw/pc.c
hw/pc.h
hw/pc_piix.c