cloud-hypervisor/virtio-devices/src/vhost_user
Philipp Schuster ad6c0ee52b virtio-devices: properly join all threads on Drop
This change is important to do a proper resource cleanup. We decided
to do this repetitive approach as VirtioCommon can't implement Drop
without major changes to the corresponding code. Also, devices such as
Net can't easily use the epoll_threads-abstraction from VirtioCommon as
it has multiple threads with different semantics.

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
2023-01-12 18:03:33 +00:00
..
blk.rs virtio-devices: properly join all threads on Drop 2023-01-12 18:03:33 +00:00
fs.rs virtio-devices: properly join all threads on Drop 2023-01-12 18:03:33 +00:00
mod.rs misc: Automatically fix cargo clippy issues added in 1.65 (stable) 2022-12-14 14:27:19 +00:00
net.rs virtio-devices: properly join all threads on Drop 2023-01-12 18:03:33 +00:00
vu_common_ctrl.rs virtio-devices: modify or provide safety comments 2022-11-18 12:50:01 +00:00