• W
    qemu: avoid closing fd more than once · b19c236d
    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).
    b19c236d
qemu_migration.c 112.0 KB