On Tue, Oct 28, 2014 at 10:09:10AM +0100, Gerd Hoffmann wrote: > Hi, > > Time to flip the default to stdvga. Done for 2.2+ machine types only, > for obvious compatibility reasons. > > https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
Would you classify this a bugfix? If not, this missed soft freeze deadline, so should be deferred to 2.3? > Gerd Hoffmann (2): > vga: add default display to machine class > vga: flip qemu 2.2 pc machine types from cirrus to stdvga > > hw/i386/pc.c | 1 + > hw/i386/pc_piix.c | 7 +++++-- > hw/i386/pc_q35.c | 7 +++++-- > include/hw/boards.h | 2 ++ > vl.c | 5 ++++- > 5 files changed, 17 insertions(+), 5 deletions(-) > > -- > 1.8.3.1 >