mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: implement functionality to send via multiple connections
Implements the functionality to send VM memory via multiple connections during a live migration. On-behalf-of: SAP sebastian.eydam@sap.com Signed-off-by: Sebastian Eydam <sebastian.eydam@cyberus-technology.de>
This commit is contained in:
@@ -90,6 +90,7 @@ mod pci_segment;
|
||||
pub mod seccomp_filters;
|
||||
mod serial_manager;
|
||||
mod sigwinch_listener;
|
||||
mod sync_utils;
|
||||
mod uffd;
|
||||
mod userfaultfd;
|
||||
pub mod vm;
|
||||
|
||||
Reference in New Issue
Block a user