@qyliss Similar situation with #VirtualizationFramework. I really could use user space networking with it, so I wrote a quick #Slirp backend for its UNIX socket target. Maybe you can reuse that same mechanism + tool with #CloudHypervisor - just implement a UNIX socket network backend 😁

https://github.com/agraf/slirp-unix

GitHub - agraf/slirp-unix: Slirp UNIX domain socket proxy

Slirp UNIX domain socket proxy. Contribute to agraf/slirp-unix development by creating an account on GitHub.

GitHub

#Colima just released v0.5.0 with support for #VirtualizationFramework and #virtiofs on #macOS! This should not only improve performance but enable hot/live reloading¹, bringing it on par with #DockerDesktop as a development platform for me. Congrats to the team!

https://github.com/abiosoft/colima/releases/tag/v0.5.0

¹) It used #qemu to run the host VM and #sshfs for mounting volumes before

Release v0.5.0 · abiosoft/colima

Highlights This release adds the following for devices running macOS 13.0 or newer. Support for native macOS Virtualization.Framework Support for faster virtiofs volume mounts Support for faster x...

GitHub