hypervisor: mshv: Pin mshv crates to release tag v0.2.0

And bump vfio commit in Cargo.lock to align, since it should also point
to mshv v0.2.0.

Signed-off-by: Nuno Das Neves <nudasnev@microsoft.com>
This commit is contained in:
Nuno Das Neves
2024-05-22 16:13:20 +00:00
committed by Bo Chen
parent 6c90623c8e
commit 30b6e412af
3 changed files with 9 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ libc = "0.2.153"
linux-loader = { version = "0.11.0", features = ["elf", "bzimage", "pe"] }
log = "0.4.21"
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }
mshv-bindings = { git = "https://github.com/rust-vmm/mshv", branch = "main", features = [
mshv-bindings = { git = "https://github.com/rust-vmm/mshv", tag = "v0.2.0", features = [
"with-serde",
"fam-wrappers",
], optional = true }