Skip to content

Commit 676c0d3

Browse files
russell-islamlikebreath
authored andcommitted
build: use latest 0.6.8 mshv crates
Use mshv-{ioctls, bindings) with the latest versions that fixes a bug on interrupt vector. Signed-off-by: Muminul Islam <muislam@microsoft.com>
1 parent 8248650 commit 676c0d3

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ acpi_tables = "0.2.0"
5656
kvm-bindings = "0.14.0"
5757
kvm-ioctls = "0.24.0"
5858
linux-loader = "0.13.2"
59-
mshv-bindings = "0.6.7"
60-
mshv-ioctls = "0.6.7"
59+
mshv-bindings = "0.6.8"
60+
mshv-ioctls = "0.6.8"
6161
seccompiler = "0.5.0"
6262
vfio-bindings = { version = "0.6.2", default-features = false }
6363
vfio-ioctls = { version = "0.6.0", default-features = false }

fuzz/Cargo.lock

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

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ libc = "0.2.183"
2525
libfuzzer-sys = "0.4.12"
2626
linux-loader = { version = "0.13.2", features = ["bzimage", "elf", "pe"] }
2727
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }
28-
mshv-bindings = "0.6.7"
28+
mshv-bindings = "0.6.8"
2929
net_util = { path = "../net_util" }
3030
seccompiler = "0.5.0"
3131
virtio-devices = { path = "../virtio-devices" }

0 commit comments

Comments
 (0)