Skip to content

Commit 8783a8d

Browse files
vireshkjiangliu
authored andcommitted
vhost-user-backend: Release v0.10.0
Release a new version with Xen support. Signed-off-by: Viresh Kumar <[email protected]>
1 parent 78f062a commit 8783a8d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

crates/vhost-user-backend/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99

1010
### Deprecated
1111

12+
## v0.10.0
13+
14+
### Added
15+
- [[#169]](https://github.com/rust-vmm/vhost/pull/160) vhost-user-backend: Add support for Xen memory mappings
16+
17+
### Fixed
18+
- [[#161]](https://github.com/rust-vmm/vhost/pull/161) get_vring_base should not reset the queue
19+
1220
## v0.9.0
1321

1422
### Added

crates/vhost-user-backend/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.9.0"
3+
version = "0.10.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)