[CRIU] [PATCH 0/2] virtual terminal
Cyrill Gorcunov
gorcunov at gmail.com
Tue Dec 16 23:35:48 PST 2014
On Wed, Dec 17, 2014 at 01:21:38AM +0200, Ruslan Kuprieiev wrote:
> Ruslan Kuprieiev (2):
> tty: add vt support
> zdtm:tty:vt: add simple test
>
> include/tty.h | 10 +++++++
> protobuf/tty.proto | 1 +
> test/zdtm.sh | 3 ++
> test/zdtm/.gitignore | 1 +
> test/zdtm/live/static/Makefile | 1 +
> test/zdtm/live/static/vt.c | 60 ++++++++++++++++++++++++++++++++++++++++
> tty.c | 63 ++++++++++++++++++++++++++++++++++--------
> 7 files changed, 128 insertions(+), 11 deletions(-)
> create mode 100644 test/zdtm/live/static/vt.c
I didn't look into how VTs are implemented inside the kernel,
but if this pass the tests and works (I suppose)
Reviewed-by: Cyrill Gorcunov <gorcunov at openvz.org>
'cause userspace part looks good to me.
More information about the CRIU
mailing list