Skip to content

Commit 48be9c9

Browse files
roypatShadowCurse
authored andcommitted
chore: update kvm-ioctls
This is needed to work around a bug in `VmFd::create_device`, where undefined behavior caused a miscompilation on newer rust toolchains. Signed-off-by: Patrick Roy <[email protected]>
1 parent 36937ed commit 48be9c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ event-manager = "0.4.0"
2323
gdbstub = { version = "0.7.3", optional = true }
2424
gdbstub_arch = { version = "0.3.1", optional = true }
2525
kvm-bindings = { version = "0.10.0", features = ["fam-wrappers", "serde"] }
26-
kvm-ioctls = "0.19.0"
26+
kvm-ioctls = "0.19.1"
2727
lazy_static = "1.5.0"
2828
libc = "0.2.168"
2929
linux-loader = "0.13.0"

0 commit comments

Comments
 (0)