« Previous | Next » 

Revision 95b134ea

ID95b134ea02a3e2c2508f907db4ab1379ffdb0bef

Added by Uri Lublin almost 15 years ago

migrate.c: migrate_fd_put_buffer: Do not busyloop: stop writing if EWOULDBLOCK

The migration code is non-blocking, designed for live migration.

Practically migrate_fd_put_buffer busy-loops trying to write, as
on many machines EWOULDBLOCK==EAGAIN (look in include/asm-generic/errno.h).

Signed-off-by: Uri Lublin <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences