mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
runqemu: correct vga-virtio option to keep virgl enabled
qemu 6.1 has (perhaps unintentionally) disabled virgl in -vga virtio: https://gitlab.com/qemu-project/qemu/-/issues/586 (From OE-Core rev: 2c6c7f0ff24da7060cea35f8ff89f2cabd96f2fb) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d87987fc1a
commit
8dfe2412da
@@ -1350,7 +1350,7 @@ class BaseConfig(object):
|
||||
|
||||
if self.sdl == True or self.gtk == True or self.egl_headless == True:
|
||||
self.set_dri_path()
|
||||
self.qemu_opt += ' -vga virtio -display '
|
||||
self.qemu_opt += ' -device virtio-vga-gl -display '
|
||||
if self.egl_headless == True:
|
||||
self.qemu_opt += 'egl-headless,'
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user