]> git.proxmox.com Git - mirror_qemu.git/commit
PPC: mac99: Always add USB controller
authorAlexander Graf <agraf@suse.de>
Wed, 11 Nov 2015 22:49:41 +0000 (22:49 +0000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 12 Nov 2015 02:15:54 +0000 (13:15 +1100)
commit72f1f97d4927f798167855fda7881b0e22756b20
tree7e851fbbddf87775728852c049307da45ec490e4
parent488661ee9dd300110a6612d52fe68e2bb3539a5f
PPC: mac99: Always add USB controller

The mac99 machines always have a USB controller. Usually not having one around
doesn't hurt quite as much, but Mac OS 9 really really wants one or it crashes
on bootup.

So always add OHCI to make it happy.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/mac_newworld.c