mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-30 00:15:27 +00:00
88952cc500
When in local migration mode send the FDs for the guest memory over the socket along with the slot that the FD is associated with. This removes the requirement for copying the guest RAM and gives significantly faster live migration performance (of the order of 3s to 60ms). Fixes: #3566 Signed-off-by: Rob Bradford <robert.bradford@intel.com>