We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913a291 commit e2d35eeCopy full SHA for e2d35ee
CHANGELOG.md
@@ -9,6 +9,7 @@
9
- [[#255](https://github.com/rust-vmm/kvm-ioctls/issues/255)]: Fixed a
10
soundness issue when accessing the `kvm_run` struct. `VcpuFd::run()` and
11
`VcpuFd::set_kvm_immediate_exit()` now take `&mut self` as a consequence.
12
+- [[#260](https://github.com/rust-vmm/kvm-ioctls/pull/260)]: Updated kvm-bindings to 0.8.0.
13
14
## v0.16.0
15
Cargo.toml
@@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
libc = "0.2.39"
-kvm-bindings = { version = "0.7.0", features = ["fam-wrappers"] }
+kvm-bindings = { version = "0.8.0", features = ["fam-wrappers"] }
vmm-sys-util = "0.12.1"
16
bitflags = "2.4.1"
17
0 commit comments