diff --git a/vmm/src/serial_manager.rs b/vmm/src/serial_manager.rs index 9d31d98f3..d694c2eab 100644 --- a/vmm/src/serial_manager.rs +++ b/vmm/src/serial_manager.rs @@ -239,7 +239,7 @@ impl SerialManager { // returns an error of type EINTR, but this should not // be considered as a regular error. Instead it is more // appropriate to retry, by calling into epoll_wait(). - 0 + continue; } else { return Err(Error::Epoll(e)); }