cloud-hypervisor/vhost_user_backend
Sebastien Boeuf 36de390caf vhost_user_backend: Make some trait functions as mutable
Let's be realistic, the trait VhostUserBackend will need to have mutable
self for some functions like handle_event, process_queue and set_config,
which is the reason why this commit needs to introduce a RwLock on the
backend instance that was passed around as a simple Arc.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-09-30 09:26:11 -07:00
..
src vhost_user_backend: Make some trait functions as mutable 2019-09-30 09:26:11 -07:00
Cargo.toml vhost_user_backend: Add new crate 2019-09-30 09:26:11 -07:00