summaryrefslogtreecommitdiffstats
path: root/default-configs
diff options
context:
space:
mode:
authorMark Cave-Ayland2018-06-12 18:44:02 +0200
committerDavid Gibson2018-06-16 08:32:33 +0200
commitd811d61fbc6ca5f2be2185fd7cfa916e7ba613ce (patch)
tree81ac7600dda6da3bc3ce6b7e50de9c6b40acb1ea /default-configs
parentadb: add property to disable direct reg 3 writes (diff)
downloadqemu-d811d61fbc6ca5f2be2185fd7cfa916e7ba613ce.tar.gz
qemu-d811d61fbc6ca5f2be2185fd7cfa916e7ba613ce.tar.xz
qemu-d811d61fbc6ca5f2be2185fd7cfa916e7ba613ce.zip
mac_newworld: add PMU device
The PMU device supercedes the CUDA device found on older New World Macs and is supported by a larger number of guest OSs from OS 9 to OS X 10.5. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/ppc-softmmu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.mak
index 38197e39eb..abeeb0418a 100644
--- a/default-configs/ppc-softmmu.mak
+++ b/default-configs/ppc-softmmu.mak
@@ -38,6 +38,7 @@ CONFIG_CUDA=y
CONFIG_ADB=y
CONFIG_MAC_NVRAM=y
CONFIG_MAC_DBDMA=y
+CONFIG_MAC_PMU=y
CONFIG_HEATHROW_PIC=y
CONFIG_GRACKLE_PCI=y
CONFIG_UNIN_PCI=y