summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHervé Poussineau <hpoussin@reactos.org>2012-04-14 22:48:36 +0200
committerAndreas Färber <andreas.faerber@web.de>2012-08-15 22:11:11 +0200
commit52a71bff6085398fbb8602718af228cd6339c02d (patch)
tree04e66ee9abd36215b942009bb6e2652cd75eef69 /MAINTAINERS
parent1ae41f447d1467172b0f8290ca1b83726ea9942a (diff)
downloadqemu-52a71bff6085398fbb8602718af228cd6339c02d.tar.gz
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 6d864c1ceb..950270f8a8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -373,6 +373,7 @@ L: qemu-ppc@nongnu.org
S: Odd Fixes
F: hw/ppc_prep.c
F: hw/prep_pci.[hc]
+F: hw/pc87312.[hc]
SH4 Machines
------------