cloud-hypervisor/virtio-devices
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
..
src virtio-devices: properly join all threads on Drop 2023-01-12 18:03:33 +00:00
Cargo.toml build: Bump io-uring from 0.5.9 to 0.5.11 2023-01-10 23:41:07 +00:00