Changes between Version 16 and Version 17 of qemu


Ignore:
Timestamp:
09/19/2022 04:20:42 PM (19 months ago)
Author:
pierre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qemu

    v16 v17  
    325325}}}
    326326
    327 
     327On the guest mesa needs to be compiled with virgl enabled. Furthermore, for mesa-22.1.x, a [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18477.patch patch] needs to be applied. Not that it is committed, and should not be needed in upcoming versions 22.2.x.
     328
     329Last but not least, the command line options to pass to qemu are:
     330{{{
     331-device virtio-vga-gl \
     332-display gtk,gl=on
     333}}}
     334Note that the gtk window starts very small (600x400 or so), and does not grow automatically when the kernel enters graphic mode. It can be resized manually. If you prefer, you can start with the sdl window (replace gtk with sdl. I has less features, but seems less buggy.
    328335
    329336[wiki:Virtualization Up][[br]]