Expand description
Implement a userspace driver for the virtio vhost-user device.
Re-exports
pub use device::*;Modules
bus 🔒
Provides utilities to bind and open a VFIO PCI device.
Implement a struct that works as a
vmm_vhost’s backend.Implement a userspace PCI device driver for the virtio vhost-user device.
queue 🔒
Implement the driver side of virtio queue handling.
The virtqueue struct is expected to be used in userspace VFIO virtio drivers.