• M
    virCommand: Properly handle POLLHUP · e95df90d
    Michal Privoznik 提交于
    It is a good practise to set revents to zero before doing any poll().
    Moreover, we should check if event we waited for really occurred or
    if any of fds we were polling on didn't encountered hangup.
    (cherry picked from commit 06b9c5b9)
    e95df90d
command.c 66.6 KB