ppc: fix default VGA display for Mac machines
commit3232794bcb77940dd7167abb8cc72897883523f6
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Tue, 3 Jul 2018 19:10:43 +0000 (3 20:10 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sat, 7 Jul 2018 02:12:27 +0000 (7 12:12 +1000)
treeade545656e2f964d90085a69de57682d1326ce98
parent43a473993fd9378bf850dcafa68eb6dee8c300f8
ppc: fix default VGA display for Mac machines

Commit 29f9cef39e "ppc: Include vga cirrus card into the compiling process"
changed the default display adapter for all PPC machines to cirrus. Unfortunately
it missed setting the default display type to stdvga for both Mac machines
causing the display to fail to initialise under OpenBIOS.

Update the MachineClass for both Old World and New World Macs so that the
default std(vga) display adapter is the default if no options are specified
which fixes the display for the Mac machines.

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