[CRIU] [PATCH 0/2] tty: C/R queued data, v6

Cyrill Gorcunov gorcunov at openvz.org
Thu May 12 11:21:44 PDT 2016


Andrew Vagin (1):
  zdtm: check in-flight data in ttys

Cyrill Gorcunov (1):
  tty: Write unread pty buffers on post dump stage

v6:
 - factored out restore routine together with
   writebacks on dump failures
 - lookup for queued data done on image collecting
 - still dump procedure left alone because it is
   heavy and we're doing destructive operations
   on @all_tty list to not introduce new entry.

 criu/cr-dump.c               |   2 +
 criu/cr-restore.c            |   1 +
 criu/image-desc.c            |   1 +
 criu/include/image-desc.h    |   1 +
 criu/include/magic.h         |   1 +
 criu/include/protobuf-desc.h |   1 +
 criu/include/tty.h           |   2 +
 criu/tty.c                   | 307 ++++++++++++++++++++++++++++++++++++++++++-
 images/tty.proto             |   5 +
 lib/py/images/images.py      |   1 +
 test/zdtm/static/pty00.c     |  31 +++--
 11 files changed, 336 insertions(+), 17 deletions(-)

-- 
2.5.5



More information about the CRIU mailing list