Skip to content

Instantly share code, notes, and snippets.

View xmawja's full-sized avatar
🎯
Focusing

Muja Siyam xmawja

🎯
Focusing
View GitHub Profile
@xmawja
xmawja / GitCommitEmoji.md
Created November 9, 2023 02:02 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
@xmawja
xmawja / qemu-networking.md
Created September 19, 2023 20:00 — forked from extremecoders-re/qemu-networking.md
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