[CRIU] [PATCH 0/3] Introduce cr-super tool, v2
Cyrill Gorcunov
gorcunov at openvz.org
Thu Sep 24 09:37:12 PDT 2015
Hi guys, take a look please, once time permit.
Cyrill Gorcunov (3):
cr-super: Initial commit
criu: Introduce cr-super client helpers
crtools: Start using cr-super tool
Makefile | 17 ++-
Makefile.crtools | 1 +
cr-dump.c | 14 ++
cr-super-client.c | 345 +++++++++++++++++++++++++++++++++++++++++++
crtools.c | 4 +
include/cr-super-client.h | 15 ++
include/cr_options.h | 1 +
proc_parse.c | 121 +++++++++-------
super/Makefile | 1 +
super/cr-super.h | 52 +++++++
super/main.c | 362 ++++++++++++++++++++++++++++++++++++++++++++++
super/nocc-shared.c | 65 +++++++++
12 files changed, 943 insertions(+), 55 deletions(-)
create mode 100644 cr-super-client.c
create mode 100644 include/cr-super-client.h
create mode 100644 super/Makefile
create mode 100644 super/cr-super.h
create mode 100644 super/main.c
create mode 100644 super/nocc-shared.c
--
2.4.3
More information about the CRIU
mailing list