• H
    Cancel migration if user presses Ctrl-C when migration is in progress · 8e6d9860
    Hu Tao 提交于
    While migration is in progress and virsh is waiting for its
    completion, user may want to terminate the progress by pressing
    Ctrl-C. But virsh just exits on user's Ctrl-C leaving migration
    in background that user isn't even aware of. It's not reasonable.
    
    This patch changes the behaviour for migration. For other
    commands Ctrl-C still terminates virsh itself.
    8e6d9860
virsh.c 337.6 KB