• J
    qemu: Clear async job when p2p migration fails early · 837993d8
    Jiri Denemark 提交于
    When p2p migration fails early because qemuMigrationIsAllowed or
    qemuMigrationIsSafe say migration should be cancelled, we fail to clear
    the migration-out async job. As a result of that, further APIs called
    for the same domain may fail with Timed out during operation: cannot
    acquire state change lock.
    
    Reported by Guido Winkelmann.
    837993d8
qemu_migration.c 113.2 KB