diff options
author | Hervé Poussineau | 2012-04-14 22:48:36 +0200 |
---|---|---|
committer | Andreas Färber | 2012-08-15 22:11:11 +0200 |
commit | 52a71bff6085398fbb8602718af228cd6339c02d (patch) | |
tree | 04e66ee9abd36215b942009bb6e2652cd75eef69 /MAINTAINERS | |
parent | prep: Add pc87312 Super I/O emulation (diff) | |
download | qemu-52a71bff6085398fbb8602718af228cd6339c02d.tar.gz qemu-52a71bff6085398fbb8602718af228cd6339c02d.tar.xz qemu-52a71bff6085398fbb8602718af228cd6339c02d.zip |
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-- | MAINTAINERS | 1 |
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 ------------ |