[CRIU] [PATCH 0/6] tty: Impletemt current terminal support, v3

Cyrill Gorcunov gorcunov at openvz.org
Thu Mar 19 08:13:07 PDT 2015


Hopefully all the concerns were addressed. I decided to start
a new thread instead of messing with old one.

---

The following changes since commit c625b4fbc95f32aac81d1ca2ab290bf27701e4f5:

  doc: Remove -t from restore command (2015-03-19 13:18:13 +0300)

are available in the git repository at:

  git://github.com/cyrillos/crtools.git tty-5

for you to fetch changes up to b15595c7119c2cc8cc4ec0b65c86db501f471772:

  tty: test -- Add /dev/tty testing into pty00 (2015-03-19 18:10:41 +0300)

---

Cyrill Gorcunov (6):
  tty: Rework tty_driver structure
  tty: Rename open_pty_reg to open_tty_reg
  tty: Make sure we're opening unpaired pty
  tty: Implement support of current tty
  zdtm: Add /dev/tty into construct_root and prepare_mntns
  tty: test -- Add /dev/tty testing into pty00

 files.c                       |  16 +++++++
 include/parasite.h            |   1 +
 include/rst_info.h            |   1 +
 include/tty.h                 |  10 ----
 pie/parasite.c                |   3 +-
 protobuf/tty.proto            |   1 +
 test/zdtm.sh                  |   3 ++
 test/zdtm/lib/ns.c            |   8 ++++
 test/zdtm/live/static/pty00.c |  26 ++++++++++-
 tty.c                         | 103 ++++++++++++++++++++++++++----------------
 10 files changed, 120 insertions(+), 52 deletions(-)

-- 
1.9.3



More information about the CRIU mailing list