Warning: Some posts on this platform may contain adult material intended for mature audiences only. Viewer discretion is advised. By clicking ‘Continue’, you confirm that you are 18 years or older and consent to viewing explicit content.
Impressive! I thought emulation would be embarrassingly slow - my attempts to get Windows VMs running on macOS on Apple Silicon resulted in single-digit FPS just rendering the desktop. What dark arts are they conducting?
Impressive! I thought emulation would be embarrassingly slow - my attempts to get Windows VMs running on macOS on Apple Silicon resulted in single-digit FPS just rendering the desktop. What dark arts are they conducting?
FEX redirects graphics library calls to their native equivalents. This substantially reduces the amount of translated code you need to execute.
slp did a nice demo at KVM Forum last month. https://kvm-forum.qemu.org/2024/The_many_faces_of_virtio-gpu_F4XtKDi.pdf and https://youtu.be/10Ztv0UI5I0?si=19KPcA6wGbXM3IsS
That’s ridiculously cool. Really appreciate you sharing that.