• M
    qemu: Allow migration to be cancelled at prepare phase · ab5e7d49
    Michal Privoznik 提交于
    Currently, if user calls virDomainAbortJob we just issue
    'migrate_cancel' and hope for the best. However, if user calls
    the API in wrong phase when migration hasn't been started yet
    (perform phase) the cancel request is just ignored. With this
    patch, the request is remembered and as soon as perform phase
    starts, migration is cancelled.
    ab5e7d49
qemu_migration.c 122.1 KB