usbvfiod 0.2.0

A vfio-user server for USB pass-through.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod command_ring;
pub mod endpoint;
pub mod endpoint_handle;
pub mod endpoint_launcher;
pub mod event_ring;
pub mod hotplug_endpoint_handle;
pub mod interrupter;
pub mod linked_ring;
pub mod nusb;
pub mod port;
pub mod real_device;
pub mod real_endpoint_handle;
pub mod registers;
pub mod slot_manager;
pub mod trb;
pub mod usbrequest;