lima-vm / vde_vmnet

[DEPRECATED] vmnet.framework support for unmodified rootless QEMU (with VDE)
https://github.com/lima-vm/lima/blob/master/docs/network.md
Apache License 2.0
70 stars 9 forks source link

Consider creating VDE-less version with `-netdev socket,fd=N` #25

Closed AkihiroSuda closed 2 years ago

AkihiroSuda commented 3 years ago

https://manpages.debian.org/bullseye/qemu-system-x86/qemu-system-i386.1.en.html

-netdev socket,id=id[,fd=h][,listen=[host]:port][,connect=host:port]

It looks like we can create an equivalent of vde_vmnet without depending on VDE. Passing the FD is not easy with the qemu CLI, but easy for Lima.

AkihiroSuda commented 2 years ago

Done: https://github.com/lima-vm/socket_vmnet