Crate vhost

Source
Expand description

Linux vhost kernel API wrapper.

Re-exports§

pub use crate::net::Net;
pub use crate::net::NetT;

Modules§

net
vsock 🔒

Structs§

Vsock
Handle for running VHOST_VSOCK ioctls.

Enums§

Error

Traits§

Vhost
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.

Functions§

ioctl_result 🔒

Type Aliases§

Result