~postmarketos/pmbootstrap

2c684aaa9d77c72fdf9b64af10ab60c84bee2416 — Caleb Connolly 1 year, 7 months ago 7348b7f
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"]