Dasnap@lemmy.world to Games@lemmy.worldEnglish · 2 years agoAsahi Linux: AAA Gaming Emulation on Apple Siliconasahilinux.orgexternal-linkmessage-square8linkfedilinkarrow-up171arrow-down14cross-posted to: linux_gaming@lemmy.worldlinux_gaming@lemmy.mllinux@lemmy.ml
arrow-up167arrow-down1external-linkAsahi Linux: AAA Gaming Emulation on Apple Siliconasahilinux.orgDasnap@lemmy.world to Games@lemmy.worldEnglish · 2 years agomessage-square8linkfedilinkcross-posted to: linux_gaming@lemmy.worldlinux_gaming@lemmy.mllinux@lemmy.ml
minus-squarefartsparkles@sh.itjust.workslinkfedilinkEnglisharrow-up3·2 years agoImpressive! 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?
minus-squareAlex@lemmy.mllinkfedilinkEnglisharrow-up5·2 years agoFEX 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
minus-squarefartsparkles@sh.itjust.workslinkfedilinkEnglisharrow-up2·2 years agoThat’s ridiculously cool. Really appreciate you sharing that.
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.