mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm, ch-remote: Add "local" option to send-migration API
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -195,6 +195,8 @@ pub struct VmReceiveMigrationData {
|
||||
pub struct VmSendMigrationData {
|
||||
/// URL to migrate the VM to
|
||||
pub destination_url: String,
|
||||
/// Send memory across socket without copying
|
||||
pub local: bool,
|
||||
}
|
||||
|
||||
pub enum ApiResponsePayload {
|
||||
|
||||
Reference in New Issue
Block a user