• J
    qemu: Don't explicitly stop CPUs after migration · 315808e9
    Jiri Denemark 提交于
    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: NJiri Denemark <jdenemar@redhat.com>
    315808e9
qemu_domain.h 21.3 KB