cloud-hypervisor/vmm
Sebastien Boeuf 63462fd8ab vmm: serial_manager: Iterate again on EINTR
If the epoll_wait() call returns EINTR, this only means a signal has
been delivered before any of the file descriptors registered triggered
an event or before the end of the timeout (if timeout isn't -1). For
that reason, we should simply try to listen on the epoll loop again.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-08-30 13:47:51 +02:00
..
src vmm: serial_manager: Iterate again on EINTR 2022-08-30 13:47:51 +02:00
Cargo.toml build: bump clap from 3.2.17 to 3.2.18 2022-08-30 02:51:27 +00:00