[CRIU] [PATCH 0/2] virtual terminal
Cyrill Gorcunov
gorcunov at gmail.com
Wed Dec 17 00:05:41 PST 2014
On Wed, Dec 17, 2014 at 10:35:48AM +0300, Cyrill Gorcunov wrote:
> 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.
After lookin into kernel's part it looks like rather early rfc than
a real patches. Why don't we save and restore any VT specific data
which might be fetched with vt ioctls, are they unneeded?
More information about the CRIU
mailing list