cloud-hypervisor/vmm/src
Jinrong Liang 909e1bc3f0 vmm: Add support for cross-host live migration over TCP
Add support for cross-host live migration over TCP, which
significantly improves performance in cross-host live migration
scenarios compared to the Unix socket forwarding method.

Signed-off-by: Jinrong Liang <cloudliang@tencent.com>
2024-12-18 14:02:38 +00:00
..
api vmm: remove pub use vm_config in config 2024-09-30 08:18:02 +00:00
igvm misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
acpi.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs vmm: Add serial option to the disk config doc 2024-11-05 19:48:25 +00:00
console_devices.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
coredump.rs misc: Replace div_round_up operation with div_ceil 2024-10-18 17:46:39 +00:00
cpu.rs misc: Eliminate use of assert!((...).is_ok()) 2024-10-03 12:03:49 +00:00
device_manager.rs vmm: support PCI I/O regions on all architectures 2024-12-14 14:12:00 +00:00
device_tree.rs misc: Elide needless lifetimes 2024-10-18 17:46:39 +00:00
gdb.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
interrupt.rs misc: Adapt consistent import style formatting 2024-09-29 13:08:12 +01:00
landlock.rs misc: Eliminate use of assert!((...).is_ok()) 2024-10-03 12:03:49 +00:00
lib.rs vmm: Add support for cross-host live migration over TCP 2024-12-18 14:02:38 +00:00
memory_manager.rs vmm: support PCI I/O regions on all architectures 2024-12-14 14:12:00 +00:00
migration.rs vmm: remove pub use vm_config in config 2024-09-30 08:18:02 +00:00
pci_segment.rs misc: Adapt consistent import style formatting 2024-09-29 13:08:12 +01:00
seccomp_filters.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
serial_manager.rs misc: Adapt consistent import style formatting 2024-09-29 13:08:12 +01:00
sigwinch_listener.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
vm_config.rs misc: Further improve imports styling 2024-09-29 16:13:48 +00:00
vm.rs vmm: support PCI I/O regions on all architectures 2024-12-14 14:12:00 +00:00