• D
    Refactor migration completion loop to allow code reuse · 792a5a61
    Daniel P. Berrange 提交于
    The qemuMigrationWaitForCompletion method contains a loop which
    repeatedly queries QEMU to check migration progress, and also
    processes job signals (pause, setspeed, setbandwidth, cancel).
    
    The tunnelled migration loop does not currently support this
    functionality, but should. Refactor the code to allow it to
    be used with tunnelled migration.
    792a5a61
qemu_migration.c 75.9 KB