Re: [PATCH 0/1] [RFC] Live migration support for ch driver

2025-06-02 Thread stefan . kober
Friendly bump :)

Re: [PATCH 0/1] [RFC] Live migration support for ch driver

2025-05-21 Thread stefan . kober
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

[PATCH 0/1] [RFC] Live migration support for ch driver

2025-05-20 Thread Stefan Kober
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