]> code.ossystems Code Review - openembedded-core.git/commit
qemu: switch to '-vga std' emulated hardware from vmware/cirrus for x86/mips
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 30 Aug 2019 12:49:48 +0000 (14:49 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Aug 2019 21:25:16 +0000 (22:25 +0100)
commit73cb104f3307736f4922f2e0c9648f9b2d3b3b6b
treeb09648e53308e7942db239cddfa641026260df76
parenta951900ed4dfcc336439d090137ab64850f6137a
qemu: switch to '-vga std' emulated hardware from vmware/cirrus for x86/mips

This is the qemu default since qemu 2.2, is generally supported better,
and is recommended by upstream. It also has already been in use for arm/risc
and ovmf.

Additional information:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=13466
https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/

'-vga virtio' emulated hardware remains in use when virgl is enabled via a runqemu override.

Also, adjust the error whitelist, as there is a number of new messages
coming from the drivers that are not actual errors.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/qemuboot-mips.inc
meta/conf/machine/include/qemuboot-x86.inc
meta/conf/machine/qemux86-64.conf
meta/conf/machine/qemux86.conf
meta/lib/oeqa/runtime/cases/parselogs.py
scripts/runqemu