Skip to content

Commit b128901

Browse files
vireshkjiangliu
authored andcommitted
vhost: Release v0.8.0
Release a new version with Xen support. Signed-off-by: Viresh Kumar <[email protected]>
1 parent c63c9b3 commit b128901

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

crates/vhost/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@
66
### Changed
77

88
### Fixed
9-
- [[#165]](https://github.com/rust-vmm/vhost/pull/165) vhost: vdpa: Provide custom set_vring_addr() implementation
109

1110
### Deprecated
1211

12+
## [0.8.0]
13+
14+
### Added
15+
- [[#169]](https://github.com/rust-vmm/vhost/pull/160) vhost: Add xen memory mapping support
16+
17+
### Fixed
18+
- [[#165]](https://github.com/rust-vmm/vhost/pull/165) vhost: vdpa: Provide custom set_vring_addr() implementation
19+
1320
## [0.7.0]
1421

1522
### Added

crates/vhost/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"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
keywords = ["vhost", "vhost-user", "virtio", "vdpa"]
55
description = "a pure rust library for vdpa, vhost and vhost-user"
66
authors = ["Liu Jiang <[email protected]>"]

0 commit comments

Comments
 (0)