
7 Mar
2016
7 Mar
'16
1:56 p.m.
On Tue, Mar 01, 2016 at 13:55:29 +0100, Jiri Denemark wrote:
With a very old QEMU which doesn't support events we need to explicitly call qemuMigrationSetOffline at the end of migration to update our internal state. On the other hand, if we talk to QEMU using QMP, we should just wait for the STOP event and let the event handler update the state and trigger a libvirt event.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> ---
ACK