Release v0.2.0
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>
This commit is contained in:
parent
ebb6d93fe0
commit
355a9ce13c
2 changed files with 9 additions and 2 deletions
|
|
@ -7,6 +7,13 @@
|
|||
|
||||
### Deprecated
|
||||
|
||||
## [v0.1.0]
|
||||
## v0.2.0
|
||||
|
||||
### Added
|
||||
|
||||
- Ability to run the daemon as a client
|
||||
- VringEpollHandler implements AsRawFd
|
||||
|
||||
## v0.1.0
|
||||
|
||||
First release
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "vhost-user-backend"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["The Cloud Hypervisor Authors"]
|
||||
keywords = ["vhost-user", "virtio"]
|
||||
description = "A framework to build vhost-user backend service daemon"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue