Crate device_virtio_vsock

Source
Expand description

This module implements the virtio vsock device.

Currently, this is only implemented for Windows. For Linux, please use the vhost-vsock device, which delegates the vsock implementation to the kernel.

Re-exports§

pub use sys::Vsock;

Modules§

sys 🔒
vhost

Structs§

VirtioVsockModule
VsockConfig
Configuration for a Vsock device.