Expand description
Core virtio device infrastructure
Re-exports§
pub use transport::*;
Modules§
- Core virtio queue implementation, without any notification mechanisms, async support, or other transport-specific details.
- Resource resolver definitions for virtio devices.
- Resolver for virtio device infrastructure.
- Constants defined by the virtio spec
- Run virtio devices over different transports
Structs§
- Wraps an object implementing
LegacyVirtioDevice
and implementsVirtioDevice
.