]> git.proxmox.com Git - mirror_qemu.git/commit
prep: add PReP System I/O
authorHervé Poussineau <hpoussin@reactos.org>
Sat, 7 Jan 2017 15:23:41 +0000 (16:23 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 30 Jan 2017 23:10:13 +0000 (10:10 +1100)
commitd2f8415226611984b62d4e1d72acb7aba8903cb4
tree5920a6b678b3ca6c185471a03dd5c80eaef3bed7
parent3398b7428ba3964f6150590cde46d45c68d2fc25
prep: add PReP System I/O

This device is a partial duplicate of System I/O device available in hw/ppc/prep.c
This new one doesn't have all the Motorola-specific registers.
The old one should be deprecated and removed with the 'prep' machine.

Partial documentation available at
ftp://ftp.software.ibm.com/rs6000/technology/spec/srp1_1.exe
section 6.1.5 (I/O Device Mapping)

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/Makefile.objs
hw/ppc/prep_systemio.c [new file with mode: 0644]
hw/ppc/trace-events