• W
    kill vm if saving config failed in v3 protocol · 8a8b45b8
    Wen Congyang 提交于
    If virDomainSaveConfig() failed, we will return NULL to source,
    and the vm is still available to restart during confirm() step in
    v3 protocol. So we should kill it off in qemuMigrationFinish().
    
    In v2 protocol, we should not set vm to NULL, because we hold
    a reference of vm and should unrefernce it.
    8a8b45b8
qemu_migration.c 93.1 KB