mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-22 04:25:21 +00:00
vmm: api: Make VmSendMigrationData.local optional
Fixes: #3756 Signed-off-by: Feng Ye <yefeng@smartx.com>
This commit is contained in:
parent
ceb43fae6d
commit
c504f302e9
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user