quickemu-project / quickemu

Quickly create and run optimised Windows, macOS and Linux virtual machines
MIT License
10.88k stars 478 forks source link

docs: Add caution in docs that not all --display's works with virtio #1448

Open ymo-4 opened 2 months ago

ymo-4 commented 2 months ago

I haven't found this in docs. In my opinion it should be on the first pages since using something other then virtio-vga disables virgl so no gpu acceleration =(. For linux guest, virtio-vga works with everything except spice|spice-app, and for windows guest virtio-vga works only with cocoa|sdl|spice-app (but not spice). For *bsd and macos guests virtio wont work at all

https://github.com/quickemu-project/quickemu/blob/790484cb7d2a2d9031ccc49e03d1f97bb65a50d5/quickemu#L898-L940