tianon / docker-qemu

Dockerization of supported QEMU releases
https://qemu.org
133 stars 34 forks source link

Add QEMU_NO_NET support for skipping "-netdev" entirely #32

Closed tianon closed 2 years ago

tianon commented 2 years ago

With this, I was able to follow something like https://krackout.wordpress.com/2020/03/08/network-bridges-and-tun-tap-interfaces-in-linux/ to get a real TAP device with a VM connected directly to my host LAN. :eyes: