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>
This commit is contained in:
Muminul Islam
2026-04-02 19:40:10 -07:00
committed by Bo Chen
parent 8248650e79
commit 676c0d320b
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ acpi_tables = "0.2.0"
kvm-bindings = "0.14.0"
kvm-ioctls = "0.24.0"
linux-loader = "0.13.2"
mshv-bindings = "0.6.7"
mshv-ioctls = "0.6.7"
mshv-bindings = "0.6.8"
mshv-ioctls = "0.6.8"
seccompiler = "0.5.0"
vfio-bindings = { version = "0.6.2", default-features = false }
vfio-ioctls = { version = "0.6.0", default-features = false }