Re: [libvirt-users] Live migration finish threshold

2014-01-16 Thread Eric Blake
On 01/16/2014 09:23 AM, Joaquim Barrera wrote: > Hello everyone, > > Can somebody point where I can find the code where libvirt makes the > decision to complete a live migration? Libvirt doesn't make the decision, qemu does. So you'll have to look in the qemu code. Libvirt just reacts to the ch

[libvirt-users] Live migration finish threshold

2014-01-16 Thread Joaquim Barrera
Hello everyone, Can somebody point where I can find the code where libvirt makes the decision to complete a live migration? I mean, at some point syncronising the VM state, it has to decide that the delta left to be migrate is low enough to achieve downtime 0, so libvirt finishes the migrati