• J
    virsh: Fix possible deadlock when virsh is about to exit · cb1e7b61
    Jiri Denemark 提交于
    Not only was ctl->quit accessed without a mutex but unfortunately,
    virEventAddTimeout only interrupts the poll when event loop is running
    so the hack needs to add a timeout that will make next poll return
    immediately without blocking.
    cb1e7b61
virsh.c 514.9 KB