cloud-hypervisor/vhost_user_backend
Rob Bradford 759a0be6cd vhost_user_backend: Add support for handling exiting of worker thread
All backends currently provide their own implementation for triggering
the worker thread to exit via an EventFd. Modify the VhostUserBackend
trait to allow a common implementation strategy that backends can use to
provide an EventFd (and optional id) that can be used to trigger the
worker to exit.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-02-11 15:21:07 +01:00
..
src vhost_user_backend: Add support for handling exiting of worker thread 2020-02-11 15:21:07 +01:00
Cargo.toml vhost_user_backend: Wait on the worker thread 2020-02-10 09:16:49 +01:00