]> git.proxmox.com Git - qemu.git/commit
prep: Use i82378 PCI->ISA bridge for 'prep' machine
authorAndreas Färber <andreas.faerber@web.de>
Mon, 9 Jan 2012 01:04:05 +0000 (02:04 +0100)
committerAndreas Färber <andreas.faerber@web.de>
Thu, 19 Jan 2012 23:27:13 +0000 (00:27 +0100)
commit506b7ddf889312659b36c667f7ae17bc9e909418
tree8be9b2924bab6ac409df661a0bde484bae7072c3
parenta04ff940974a49c540250426c7c7488c93b0e48f
prep: Use i82378 PCI->ISA bridge for 'prep' machine

Speaker I/O, ISA bus, i8259 PIC, RTC and DMA are no longer set up
individually by the machine. Effectively, no-op speaker I/O is replaced
by pcspk; PIT and i82374 DMA are introduced.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Remove related dead, alternative code.
Wire up PCI host bridge IRQs via GPIO-in IRQs of PCI->ISA bridge.

Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Cc: Alexander Graf <agraf@suse.de>
Cc: Jan Kiszka <jan.kiszka@siemens.com>
hw/ppc_prep.c