SQUASHME: qemu: dont use gl when display=none Use virtio-vga with no frontend
1 files changed, 2 insertions(+), 0 deletions(-) M pmb/qemu/run.py
M pmb/qemu/run.py => pmb/qemu/run.py +2 -0
@@ 192,6 192,8 @@ def command_qemu(args, arch, img_path, img_path_2nd=None): if arch == "x86_64": if display != "none": command += ["-device", "virtio-vga-gl"] + else: + command += ["-device", "virtio-vga"] elif arch == "aarch64": command += ["-M", "virt"] command += ["-cpu", "cortex-a57"]