• D
    Re-arrange doTunnelMigrate to simplify cleanup code · 35e7f271
    Daniel P. Berrange 提交于
    Re-arrange the doTunnelMigrate method putting all non-QEMU local
    state setup steps first. This maximises chances of success before
    then starting destination QEMU for receiving incoming migration.
    Altogether this can reduce the number of goto cleanup labels to
    something more managable.
    
    * qemu/qemu_driver.c: Re-order steps in doTunnelMigrate
    35e7f271
qemu_driver.c 216.6 KB