• W
    qemu: avoid closing fd more than once · 4e1e20c3
    Wen Congyang 提交于
    If we migrate to fd, spec->fwdType is not MIGRATION_FWD_DIRECT,
    we will close spec->dest.fd.local in qemuMigrationRun(). So we
    should set spec->dest.fd.local to -1 in qemuMigrationRun().
    
    Bug present since 0.9.5 (commit 32617617).
    (cherry picked from commit b19c236d)
    4e1e20c3
qemu_migration.c 111.9 KB