Skip to content

Instantly share code, notes, and snippets.

View hezygo's full-sized avatar
🤞
Seek job

HoLittlePig hezygo

🤞
Seek job
  • The Chirping Of Cicadas
  • GuangDong
View GitHub Profile
@extremecoders-re
extremecoders-re / qemu-networking.md
Last active May 31, 2025 06:58
Setting up Qemu with a tap interface

Setting up Qemu with a tap interface

There are two parts to networking within QEMU:

  • The virtual network device that is provided to the guest (e.g. a PCI network card).
  • The network backend that interacts with the emulated NIC (e.g. puts packets onto the host's network).

Example: User mode network