Skip to content

Commit

Permalink
chore: Prepare new releases
Browse files Browse the repository at this point in the history
Bump the kvm-bindings version to 0.11.0 and kvm-ioctls to 0.20.0.

Signed-off-by: Jack Thomson <[email protected]>
  • Loading branch information
JackThomson2 authored and roypat committed Jan 17, 2025
1 parent 1f86c9b commit fac89f0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
8 changes: 6 additions & 2 deletions kvm-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@

### Changed

- Updated KVM_MAX_CPUID_ENTRIES to 256.

### Removed

## [0.11.0]

### Changed

- Updated KVM_MAX_CPUID_ENTRIES to 256.

## [0.10.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion kvm-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kvm-bindings"
version = "0.10.0"
version = "0.11.0"
authors = ["Amazon firecracker team <[email protected]>"]
description = "Rust FFI bindings to KVM generated using bindgen."
repository = "https://github.com/rust-vmm/kvm"
Expand Down
6 changes: 6 additions & 0 deletions kvm-ioctls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

## Upcoming Release

## v0.20.0

### Added

- [[#288](https://github.com/rust-vmm/kvm-ioctls/pull/288)]: Introduce `Cap::GuestMemfd`, `Cap::MemoryAttributes` and
`Cap::UserMemory2` capabilities enum variants for use with `VmFd::check_extension`.
- [[#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.

### Changed

- [[#305](https://github.com/rust-vmm/kvm/pull/305)]: Updated kvm-bindings to 0.11.0.

### Fixed

- [[#298](https://github.com/rust-vmm/kvm/pull/298)]: Fixed incorrect usage of `ioctl_wit_ref` in the
Expand Down
4 changes: 2 additions & 2 deletions kvm-ioctls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kvm-ioctls"
version = "0.19.1"
version = "0.20.0"
authors = ["Amazon Firecracker Team <[email protected]>"]
description = "Safe wrappers over KVM ioctls"
repository = "https://github.com/rust-vmm/kvm"
Expand All @@ -11,7 +11,7 @@ edition = "2021"

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

Expand Down

0 comments on commit fac89f0

Please sign in to comment.