Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Commit 355a9ce

Browse files
author
Sebastien Boeuf
committed
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>
1 parent ebb6d93 commit 355a9ce

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
### Deprecated
99

10-
## [v0.1.0]
10+
## v0.2.0
11+
12+
### Added
13+
14+
- Ability to run the daemon as a client
15+
- VringEpollHandler implements AsRawFd
16+
17+
## v0.1.0
1118

1219
First release

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vhost-user-backend"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["The Cloud Hypervisor Authors"]
55
keywords = ["vhost-user", "virtio"]
66
description = "A framework to build vhost-user backend service daemon"

0 commit comments

Comments
 (0)