We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f062a commit 8783a8dCopy full SHA for 8783a8d
crates/vhost-user-backend/CHANGELOG.md
@@ -9,6 +9,14 @@
9
10
### Deprecated
11
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
20
## v0.9.0
21
22
### Added
crates/vhost-user-backend/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "vhost-user-backend"
3
-version = "0.9.0"
+version = "0.10.0"
4
authors = ["The Cloud Hypervisor Authors"]
5
keywords = ["vhost-user", "virtio"]
6
description = "A framework to build vhost-user backend service daemon"
0 commit comments