[libvirt] remote clients are non-interruptible

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



remoteIOEventLoop() has this:

6974     repoll:
6975         ret = poll(fds, ARRAY_CARDINALITY(fds), -1);
6976         if (ret < 0 && errno == EINTR)
6977             goto repoll;

with the result that all clients using the remote driver cannot be
control-C'd. Dan, you added this code it seems, why?

regards
john

--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]