Skip to content

Commit 95a1fb7

Browse files
jinankjainrussell-islam
authored andcommitted
misc: Prepare for the new release of vfio crates
Since there are multiple changes that have accumulated over time, it's time for a new release of vfio crates. Signed-off-by: Jinank Jain <[email protected]>
1 parent f45f727 commit 95a1fb7

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

vfio-bindings/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [v0.5.0]
2+
3+
## Fixed
4+
5+
- [[85]](https://github.com/rust-vmm/vfio/pull/85) Fix file permissions
6+
7+
## Changed
8+
9+
- [[86]](https://github.com/rust-vmm/vfio/pull/86) Upgrade vmm sys utils to v0.14.0
10+
- [[91]](https://github.com/rust-vmm/vfio/pull/91) vfio-bindings: Regenerate bindings using new bindgen-cli
11+
112
# [v0.4.0]
213

314
## Added

vfio-ioctls/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [v0.5.0]
2+
3+
## Changed
4+
5+
- [[86]](https://github.com/rust-vmm/vfio/pull/86) Upgrade vmm sys utils to v0.14.0
6+
- [[87]](https://github.com/rust-vmm/vfio/pull/87) vfio-ioctls: Upgrade kvm-ioctl & kvm-bindings crates
7+
- [[88]](https://github.com/rust-vmm/vfio/pull/88) Bump thiserror to latest version
8+
19
# [v0.4.0]
210

311
## Added

vfio-user/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
### Fixed
1010

1111
# [v0.1.0]
12+
1213
This is the first `vfio-user` crate release.
1314

1415
This crate provides the client and server support for implementing vfio-user devices.
16+
17+
`vfio-user` is now merged into a single monorepo `vfio`.

0 commit comments

Comments
 (0)