mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 11:22:26 +00:00
The error handling here to trigger break epoll seems not correct, epoll will be ended once one event is handled, no matter successfully or failed. Fix it. Signed-off-by: Cathy Zhang <cathy.zhang@intel.com>