Expand description
VirtIO Transport Abstraction
Provides a unified interface for different VirtIO transports:
- MMIO (used by ARM, some embedded systems)
- PCI Modern (VirtIO 1.0+, uses capabilities)
- PCI Legacy (older QEMU, uses BAR0 I/O ports)
The transport is probed at runtime based on device discovery.
Modules§
- PCI Modern transport ASM bindings
Structs§
- Configuration for VirtIO PCI Modern transport
- Unified VirtIO transport handle
Enums§
- VirtIO transport type, determined at probe time