[CRIU] [PATCH 0/7 v2] Add multiple devpts support

Cyrill Gorcunov gorcunov at openvz.org
Sat Jan 21 05:11:20 PST 2017


Cyrill Gorcunov (7):
  tty: Unify id printing
  tty: Print rdev and dev pair in case of error
  tty: Save task current terminal if present
  tty: mount -- Add mount_resolve_devpts_mnt_id helper
  tty: Save mount ids for terminals into image
  tty: Add support for multiple devpts instances
  test: pty05 -- Add testing of multiple devpts instance

 criu/cr-dump.c              |   7 +
 criu/include/mount.h        |   1 +
 criu/mount.c                |  52 +++++++
 criu/tty.c                  | 330 +++++++++++++++++++++++++++++++-------------
 images/core.proto           |   2 +
 images/tty.proto            |   6 +
 test/zdtm/static/Makefile   |   1 +
 test/zdtm/static/pty05.c    | 183 ++++++++++++++++++++++++
 test/zdtm/static/pty05.desc |   1 +
 9 files changed, 487 insertions(+), 96 deletions(-)
 create mode 100644 test/zdtm/static/pty05.c
 create mode 100644 test/zdtm/static/pty05.desc

-- 
2.7.4



More information about the CRIU mailing list