Fun fact: I was trying to check if QEMU had Internet connectivity, and `ping` showed up no connectivity despite resolving DNS.
It turns out, user-mode networking in QEMU blocks ICMP, which is the protocol used for `ping`. So yeah, you can't use that to check if networking works. lol.