Expand description
Linux vhost kernel API wrapper.
Re-exports§
Modules§
- vsock 🔒
Structs§
- Handle for running VHOST_VSOCK ioctls.
Enums§
Traits§
- An interface for setting up vhost-based virtio devices. Vhost-based devices are different from regular virtio devices because the host kernel takes care of handling all the data transfer. The device itself only needs to deal with setting up the kernel driver and managing the control channel.