[CRIU] [PATCH 0/7] CRiu Image Tool(crit), v2

Ruslan Kuprieiev kupruser at gmail.com
Mon Nov 3 06:56:37 PST 2014


Please, drop this set for now. v3 is coming soon.
Thanks.

On 29.10.2014 06:02, Ruslan Kuprieiev wrote:
> Ruslan Kuprieiev (7):
>    scripts: add magic-gen.py
>    pycriu: add python package, v2
>    crit: add crit
>    crit: add crit target to Makefile and *.pyc to .gitignore
>    test: add crit test
>    crit: add scripts/crit-setup.py
>    crit: add install-crit target to Makefile
>
>   .gitignore                |   1 +
>   Makefile                  |  17 ++-
>   crit                      |  75 ++++++++++++++
>   pycriu/.gitignore         |   3 +
>   pycriu/Makefile           |  16 +++
>   pycriu/__init__.py        |   2 +
>   pycriu/images/.gitignore  |   3 +
>   pycriu/images/Makefile    |  19 ++++
>   pycriu/images/__init__.py |  53 ++++++++++
>   pycriu/images/images.py   | 259 ++++++++++++++++++++++++++++++++++++++++++++++
>   scripts/crit-setup.py     |  11 ++
>   scripts/magic-gen.py      |  45 ++++++++
>   test/Makefile             |   1 +
>   test/crit/.gitignore      |   4 +
>   test/crit/Makefile        |   9 ++
>   test/crit/loop.sh         |   4 +
>   test/crit/test.sh         |  25 +++++
>   17 files changed, 543 insertions(+), 4 deletions(-)
>   create mode 100755 crit
>   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 100644 scripts/crit-setup.py
>   create mode 100755 scripts/magic-gen.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
>



More information about the CRIU mailing list