Skip to content

Commit fac89f0

Browse files
JackThomson2roypat
authored andcommitted
chore: Prepare new releases
Bump the kvm-bindings version to 0.11.0 and kvm-ioctls to 0.20.0. Signed-off-by: Jack Thomson <jackabt@amazon.com>
1 parent 1f86c9b commit fac89f0

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

kvm-bindings/CHANGELOG.md

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

66
### Changed
77

8-
- Updated KVM_MAX_CPUID_ENTRIES to 256.
9-
108
### Removed
119

10+
## [0.11.0]
11+
12+
### Changed
13+
14+
- Updated KVM_MAX_CPUID_ENTRIES to 256.
15+
1216
## [0.10.0]
1317

1418
### Added

kvm-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kvm-bindings"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["Amazon firecracker team <firecracker-devel@amazon.com>"]
55
description = "Rust FFI bindings to KVM generated using bindgen."
66
repository = "https://github.com/rust-vmm/kvm"

kvm-ioctls/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

33
## Upcoming Release
44

5+
## v0.20.0
6+
57
### Added
68

79
- [[#288](https://github.com/rust-vmm/kvm-ioctls/pull/288)]: Introduce `Cap::GuestMemfd`, `Cap::MemoryAttributes` and
810
`Cap::UserMemory2` capabilities enum variants for use with `VmFd::check_extension`.
911
- [[#288](https://github.com/rust-vmm/kvm-ioctls/pull/288)]: Introduce `VmFd::check_extension_raw` and `VmFd::check_extension_int` to allow `KVM_CHECK_EXTENSION` to return integer.
1012

13+
### Changed
14+
15+
- [[#305](https://github.com/rust-vmm/kvm/pull/305)]: Updated kvm-bindings to 0.11.0.
16+
1117
### Fixed
1218

1319
- [[#298](https://github.com/rust-vmm/kvm/pull/298)]: Fixed incorrect usage of `ioctl_wit_ref` in the

kvm-ioctls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kvm-ioctls"
3-
version = "0.19.1"
3+
version = "0.20.0"
44
authors = ["Amazon Firecracker Team <firecracker-maintainers@amazon.com>"]
55
description = "Safe wrappers over KVM ioctls"
66
repository = "https://github.com/rust-vmm/kvm"
@@ -11,7 +11,7 @@ edition = "2021"
1111

1212
[dependencies]
1313
libc = "0.2.39"
14-
kvm-bindings = { path = "../kvm-bindings", version = "0.10.0", features = ["fam-wrappers"] }
14+
kvm-bindings = { path = "../kvm-bindings", version = "0.11.0", features = ["fam-wrappers"] }
1515
vmm-sys-util = "0.12.1"
1616
bitflags = "2.4.1"
1717

0 commit comments

Comments
 (0)