ppc: fix default VGA display for PReP machines
commit4cb25fbb433581a0f80a8564bd2bcf574b1d84a7
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 6 Jul 2018 07:51:55 +0000 (6 08:51 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sat, 7 Jul 2018 02:12:34 +0000 (7 12:12 +1000)
tree1efc1b0b9feb6dca1a5b45a5d6cf068fa4f6b12a
parent4fff72185b38cc9ad3162c1794428141f20366a3
ppc: fix default VGA display for PReP machines

Commit 29f9cef "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 PReP machines
causing the display to fail to initialise under OpenHackWare.

Update the MachineClass for both prep and 40p machines so that the default
std(vga) display adapter is the default if no options are specified
which fixes the display for the PReP 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/prep.c