Skip to content

Commit

Permalink
vhost-user-backend: Release v0.10.0
Browse files Browse the repository at this point in the history
Release a new version with Xen support.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
  • Loading branch information
vireshk authored and jiangliu committed Jul 5, 2023
1 parent 78f062a commit 8783a8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions crates/vhost-user-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@

### Deprecated

## v0.10.0

### Added
- [[#169]](https://github.com/rust-vmm/vhost/pull/160) vhost-user-backend: Add support for Xen memory mappings

### Fixed
- [[#161]](https://github.com/rust-vmm/vhost/pull/161) get_vring_base should not reset the queue

## v0.9.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/vhost-user-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vhost-user-backend"
version = "0.9.0"
version = "0.10.0"
authors = ["The Cloud Hypervisor Authors"]
keywords = ["vhost-user", "virtio"]
description = "A framework to build vhost-user backend service daemon"
Expand Down

0 comments on commit 8783a8d

Please sign in to comment.