Skip to content

Commit d2f098b

Browse files
aesteve-rhepilys
authored andcommitted
vhost: Prepare v0.17.0 release
Signed-off-by: Albert Esteve <aesteve@redhat.com>
1 parent 15fd371 commit d2f098b

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

vhost-user-backend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ postcopy = ["vhost/postcopy", "userfaultfd"]
2020
libc = "0.2.39"
2121
log = "0.4.17"
2222
userfaultfd = { version = "0.9.0", optional = true }
23-
vhost = { path = "../vhost", version = "0.16.0", features = ["vhost-user-backend"] }
23+
vhost = { path = "../vhost", version = "0.17.0", features = ["vhost-user-backend"] }
2424
virtio-bindings = { workspace = true }
2525
virtio-queue = { workspace = true }
2626
vm-memory = { workspace = true, features = ["backend-mmap", "backend-atomic", "backend-bitmap"] }
@@ -29,7 +29,7 @@ vmm-sys-util = { workspace = true }
2929
[dev-dependencies]
3030
nix = { version = "0.30", features = ["fs"] }
3131
uuid = { version = "1.8.0", features=["v4"] }
32-
vhost = { path = "../vhost", version = "0.16.0", features = ["test-utils", "vhost-user-frontend", "vhost-user-backend"] }
32+
vhost = { path = "../vhost", version = "0.17.0", features = ["test-utils", "vhost-user-frontend", "vhost-user-backend"] }
3333
vm-memory = { workspace = true, features = ["backend-mmap", "backend-atomic"] }
3434
tempfile = "3.2.0"
3535

vhost/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22

33
## [Unreleased]
44

5+
### Added
6+
### Changed
7+
### Deprecated
8+
### Fixed
9+
10+
## v0.17.0
11+
512
### Added
613
- [[#355]](https://github.com/rust-vmm/vhost/pull/355) Add socket-cloning helpers for backend request handlers.
7-
- [[#360]](https://github.com/rust-vmm/vhost/pull/360) Validate AF_UNIX SOCK_STREAM socket file descriptors and
14+
- [[#360]](https://github.com/rust-vmm/vhost/pull/360) Validate AF_UNIX SOCK_STREAM socket file descriptors and
815
add Error::InvalidSocketFd, Error::NotUnixSocket and Error::NotStreamSocket.
16+
917
### Changed
1018
- [[#364]](https://github.com/rust-vmm/vhost/pull/364) Updated vm-memory to 0.18.0
1119
- [[#366]](https://github.com/rust-vmm/vhost/pull/366) Update virtio-bindings to v0.2.7
12-
### Deprecated
20+
1321
### Fixed
1422
- [[#367]](https://github.com/rust-vmm/vhost/pull/367) Fix `SHMEM` protocol feature bit position (bit 21 → bit 22)
1523
to align with the vhost-user spec, and add missing `GPA_ADDRESSES` at bit 21.

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.16.0"
3+
version = "0.17.0"
44
keywords = ["vhost", "vhost-user", "virtio", "vdpa"]
55
description = "a pure rust library for vdpa, vhost and vhost-user"
66
authors = ["Liu Jiang <gerry@linux.alibaba.com>"]

0 commit comments

Comments
 (0)