Crate vhost

source ·
Expand description

Linux vhost kernel API wrapper.

Re-exports

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

Modules

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.

Functions

Type Definitions