mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build, main: add vm-migration dependency
The cloud-hypervisor binary prints vm-migration protocol constants directly, so it needs its own dependency on the vm-migration crate instead of relying on vmm's transitive dependency. On-behalf-of: SAP leander.kohler@sap.com Signed-off-by: Leander Kohler <leander.kohler@cyberus-technology.de>
This commit is contained in:
committed by
Rob Bradford
parent
51bd9d24f3
commit
a098920e19
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -475,6 +475,7 @@ dependencies = [
|
|||||||
"test_infra",
|
"test_infra",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tracer",
|
"tracer",
|
||||||
|
"vm-migration",
|
||||||
"vmm",
|
"vmm",
|
||||||
"vmm-sys-util",
|
"vmm-sys-util",
|
||||||
"wait-timeout",
|
"wait-timeout",
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ serde_json = { workspace = true }
|
|||||||
signal-hook = { workspace = true }
|
signal-hook = { workspace = true }
|
||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
tracer = { path = "../tracer" }
|
tracer = { path = "../tracer" }
|
||||||
|
vm-migration = { path = "../vm-migration" }
|
||||||
vmm = { path = "../vmm" }
|
vmm = { path = "../vmm" }
|
||||||
vmm-sys-util = { workspace = true }
|
vmm-sys-util = { workspace = true }
|
||||||
zbus = { version = "5.15.0", optional = true }
|
zbus = { version = "5.15.0", optional = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user