pub trait VsockBackend:
VsockChannel
+ VsockEpollListener
+ Send { }Expand description
The vsock backend, which is basically an epoll-event-driven vsock channel.
Currently, the only implementation we have is crate::devices::virtio::unix::muxer::VsockMuxer,
which translates guest-side vsock connections to host-side Unix domain socket connections.