[CRIU] [PATCH 0/9] CRiu Image Tool(crit)
Ruslan Kuprieiev
kupruser at gmail.com
Wed Oct 8 03:35:23 PDT 2014
Ruslan Kuprieiev (9):
tun: rename FD_TYPES__TUN to FD_TYPES__TUNF
protobuf: generate python modules
scripts: add magic-gen.py
pycriu: add python package
crit: add crit
crit: add crit target to Makefile and *.pyc to .gitignore
test: add crit test
crit: add setup.py
crit: add install-crit target to Makefile
.gitignore | 1 +
Makefile | 17 ++-
crit | 75 ++++++++++++++
protobuf/.gitignore | 4 +
protobuf/Makefile | 3 +
protobuf/fdinfo.proto | 2 +-
pycriu/.gitignore | 3 +
pycriu/Makefile | 15 +++
pycriu/__init__.py | 2 +
pycriu/images/.gitignore | 3 +
pycriu/images/Makefile | 17 +++
pycriu/images/__init__.py | 53 ++++++++++
pycriu/images/images.py | 259 ++++++++++++++++++++++++++++++++++++++++++++++
scripts/magic-gen.py | 45 ++++++++
setup.py | 11 ++
test/Makefile | 1 +
test/crit/.gitignore | 4 +
test/crit/Makefile | 9 ++
test/crit/loop.sh | 4 +
test/crit/test.sh | 25 +++++
tun.c | 4 +-
21 files changed, 550 insertions(+), 7 deletions(-)
create mode 100755 crit
create mode 100644 protobuf/.gitignore
create mode 100644 pycriu/.gitignore
create mode 100644 pycriu/Makefile
create mode 100644 pycriu/__init__.py
create mode 100644 pycriu/images/.gitignore
create mode 100644 pycriu/images/Makefile
create mode 100644 pycriu/images/__init__.py
create mode 100644 pycriu/images/images.py
create mode 100755 scripts/magic-gen.py
create mode 100644 setup.py
create mode 100644 test/crit/.gitignore
create mode 100644 test/crit/Makefile
create mode 100755 test/crit/loop.sh
create mode 100755 test/crit/test.sh
--
1.9.3
More information about the CRIU
mailing list