We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d35ee commit 0ddf7efCopy full SHA for 0ddf7ef
CHANGELOG.md
@@ -6,6 +6,10 @@
6
7
### Changed
8
9
+## v0.17.0
10
+
11
+### Changed
12
13
- [[#255](https://github.com/rust-vmm/kvm-ioctls/issues/255)]: Fixed a
14
soundness issue when accessing the `kvm_run` struct. `VcpuFd::run()` and
15
`VcpuFd::set_kvm_immediate_exit()` now take `&mut self` as a consequence.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "kvm-ioctls"
3
-version = "0.16.0"
+version = "0.17.0"
4
authors = ["Amazon Firecracker Team <[email protected]>"]
5
description = "Safe wrappers over KVM ioctls"
repository = "https://github.com/rust-vmm/kvm-ioctls"
0 commit comments