mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: api: Make VmSendMigrationData.local optional
Fixes: #3756 Signed-off-by: Feng Ye <yefeng@smartx.com>
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user