This release implements AsRawFd for VringEpollHandler, as well as adds a way for running the vhost-user daemon as a client. Both of these are required by Cloud Hypervisor to rely on the vhost-user-backend crate. Fixes #62 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
194 B
194 B
Changelog
[Unreleased]
Added
Fixed
Deprecated
v0.2.0
Added
- Ability to run the daemon as a client
- VringEpollHandler implements AsRawFd
v0.1.0
First release