]> Git Repo - qemu.git/commit - hw/mips/mips_malta.c
piix4: Add an i8259 Interrupt Controller as specified in datasheet
authorHervé Poussineau <[email protected]>
Sat, 6 Jan 2018 15:37:21 +0000 (16:37 +0100)
committerPhilippe Mathieu-Daudé <[email protected]>
Tue, 5 Nov 2019 22:33:12 +0000 (23:33 +0100)
commit078778c5a55648d1323d1dad5248cc1ef51d04d1
treedea73c43f479d7e976d4eb233d77b2365f58c51d
parent5790b757cfbe0ccdd16e0d6bfd783d1849ca02c1
piix4: Add an i8259 Interrupt Controller as specified in datasheet

Add ISA irqs as piix4 gpio in, and CPU interrupt request as piix4 gpio out.
Remove i8259 instanciated in malta board, to not have it twice.

We can also remove the now unused piix4_init() function.

Acked-by: Michael S. Tsirkin <[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
Signed-off-by: Hervé Poussineau <[email protected]>
Message-Id: <20171216090228[email protected]>
Reviewed-by: Aleksandar Markovic <[email protected]>
[PMD: rebased, updated includes, use ISA_NUM_IRQS in for loop]
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
hw/isa/piix4.c
hw/mips/mips_malta.c
include/hw/i386/pc.h
This page took 0.028586 seconds and 4 git commands to generate.