vhost-device/crates
Priyansh Rathi f52cc9cfff vsock: Implement VhostUserBackend for VhostUserVsockBackend
Implement VhostUserBackend instead of VhostUserBackendMut for
VhostUserVsockBackend. VhostUserBackendMut trait is supposed to be used
for structures without interior mutability. But VhostUserVsockBackend
already uses Mutex to protect its threads, so it can implement the trait
with interior mutability (i.e. VhostUserBackend).

Signed-off-by: Priyansh Rathi <techiepriyansh@gmail.com>
2023-04-17 12:43:36 +05:30
..
gpio tests: Initialize queues properly 2023-02-28 14:44:14 +05:30
i2c tests: Initialize queues properly 2023-02-28 14:44:14 +05:30
rng build(deps): bump tempfile from 3.3.0 to 3.4.0 2023-03-13 14:09:24 +05:30
vsock vsock: Implement VhostUserBackend for VhostUserVsockBackend 2023-04-17 12:43:36 +05:30