]> git.proxmox.com Git - mirror_qemu.git/commit - hw/pc_piix.c
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)
commitb881fbe9f7a60ceaef20b7a234c49473d009bf4d
treeaaa660e442e54b245389a8237e10bfe3aa7a216b
parent2e9947d2eaf1e9cbeb22ff15064bc70e7c9afe1e
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