Friendly bump :)
The POC currently detaches the network device prior to live migration because
there is some missing cloud hypervisor support.
We might want to restrict live mive migration to VMs without network devices
until the issue is resolved in cloud hypervisor.
See https://github.com/cloud-hypervisor/clo
This change serves as a proof of concept that adds live migration support to
the Cloud Hypervisor driver. It is meant to show feasibility and to receive
early feedback.
I tested the live migration by invoking:
virsh -c ch:///session migrate --domain vmName --desturi
ch+ssh://dstHost/session --liv