Expand description
VirtIO Network Driver
Driver for paravirtualized network devices using the VirtIO protocol. Commonly used in QEMU/KVM virtual machines for high performance.
Implements the VirtIO MMIO transport with proper status negotiation, virtqueue setup via frame allocator DMA buffers, and TX/RX paths.
Structs§
- Virtio
NetDriver - VirtIO Network Driver
Functions§
- init
- Initialize VirtIO-Net driver