Re: [Qemu-devel] [PATCH for-3.0] ppc: fix default VGA display for PReP machines

2018-07-06 Thread David Gibson
On Fri, Jul 06, 2018 at 08:51:55AM +0100, Mark Cave-Ayland wrote: > 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 ma

[Qemu-devel] [PATCH for-3.0] ppc: fix default VGA display for PReP machines

2018-07-06 Thread Mark Cave-Ayland
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. Upda