diff --git a/vmm/src/api/mod.rs b/vmm/src/api/mod.rs index 54cc71803..7c4452d2c 100644 --- a/vmm/src/api/mod.rs +++ b/vmm/src/api/mod.rs @@ -196,6 +196,7 @@ pub struct VmSendMigrationData { /// URL to migrate the VM to pub destination_url: String, /// Send memory across socket without copying + #[serde(default)] pub local: bool, }