[CRIU] [PATCH 0/3] tty: Implemet c/r for queued data on paired PTYs

Cyrill Gorcunov gorcunov at openvz.org
Tue Apr 12 15:08:37 PDT 2016


With this patch the pty02 now passes

Cyrill Gorcunov (3):
  tty: protobuf -- Add tty data image format
  tty: Write unread pty buffers on post dump stage
  tty: Restore unread data from the image

 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                   | 209 ++++++++++++++++++++++++++++++++++++++++++-
 images/tty.proto             |   5 ++
 9 files changed, 221 insertions(+), 2 deletions(-)

-- 
2.5.5



More information about the CRIU mailing list