]> git.proxmox.com Git - mirror_qemu.git/commit
prep: Use pc87312 device instead of collection of random ISA devices
authorHervé Poussineau <hpoussin@reactos.org>
Sat, 14 Apr 2012 20:48:36 +0000 (22:48 +0200)
committerAndreas Färber <andreas.faerber@web.de>
Wed, 15 Aug 2012 20:11:11 +0000 (22:11 +0200)
commit52a71bff6085398fbb8602718af228cd6339c02d
tree04e66ee9abd36215b942009bb6e2652cd75eef69
parent1ae41f447d1467172b0f8290ca1b83726ea9942a
prep: Use pc87312 device instead of collection of random ISA devices

We can't however replace the built-in IDE controller, as the one in
pc87312 is only single-channel and can use only IRQ 14. Therefore the
pc87312's IDE function gets disabled via the config property.

PReP emulation also gains a parallel port emulation this way.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
[AF: Use TYPE_PC87312 constant, add to ppc64-softmmu and to MAINTAINERS]
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
MAINTAINERS
default-configs/ppc-softmmu.mak
default-configs/ppc64-softmmu.mak
hw/ppc_prep.c