mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
+2
-2
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user