microZEUS
The whole stack, hand-drawn.

◄ Wiki / OS

virtio-net / virtio-pci

The virtio virtual network card, and the virtual PCI bus that virtio devices attach to.

virtio-net is the paravirtualized network interface a guest OS uses to send and receive packets efficiently inside a virtual machine. virtio-pci is the transport that plugs virtio devices onto the guest's virtual PCI bus so the OS can discover and use them. Together they let mzOS2's network stack reach the outside world.

See also

  • virtioA standard way for a virtual machine to talk to fast, simplified virtual hardware.
  • virtio-blkThe virtio virtual disk — how a guest OS reads and writes storage inside a virtual machine.
  • UDPA fast, fire-and-forget way to send network packets with no guarantee they arrive or arrive in order.