Hacker News new | ask | show | jobs
by a1xndr 792 days ago
On most builds of QEMU, that command will start a VM with an e1000 card networked through SLIRP. It's the equivalent of something like:

  -netdev user,id=net0 -device e1000,netdev=net0