Is anyone having trouble passing through a network device through QEMU into a FreeBSD (14) VM (guest)?
I'm not exactly sure what to do, since QEMU officially has docs that are quite outdated for BSD, but for whatever reason, after upgrading to FreeBSD 14 (from 13), I can't connect to the network anymore.
Here's the argument: -device e1000,netdev=net0 -netdev user,id=net0,hostfwd=tcp::5555-:22
Also tried bridge, but that also doesn't work.