mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 09:05:10 +00:00
No description
blcrcheckpointcontainercontainerscriudmtcphighly-availablelinuxmemory-trackingmigrationparasitepost-copyrestoresnapshotsuspenduserfaultfdzero-downtime
The regfile's ID of a VMA is stored in its shmid field. And the file itself if sumped into regfiles.img image with 'special'-ly generated ID (i.e. -- just allocate a new unique one). Signed-off-by: Pavel Emelyanov <xemul@parallels.com> |
||
|---|---|---|
| Documentation | ||
| include | ||
| test | ||
| tools | ||
| .gitignore | ||
| .mailmap | ||
| COPYING | ||
| cr-check.c | ||
| cr-dump.c | ||
| cr-restore.c | ||
| cr-show.c | ||
| crtools.c | ||
| file-ids.c | ||
| files.c | ||
| gen-offsets.sh | ||
| ipc_ns.c | ||
| libnetlink.c | ||
| log.c | ||
| Makefile | ||
| Makefile.inc | ||
| namespaces.c | ||
| parasite-syscall.c | ||
| parasite.c | ||
| parasite.lds.S | ||
| pipes.c | ||
| proc_parse.c | ||
| ptrace.c | ||
| rbtree.c | ||
| README | ||
| restorer-log.c | ||
| restorer.c | ||
| restorer.lds.S | ||
| sockets.c | ||
| sysctl.c | ||
| util-net.c | ||
| util.c | ||
| uts_ns.c | ||
crtools ======= An utility to checkpoint/restore tasks. Some code snippets are borrowed from - Linux kernel (http://kernel.org/) - git (http://git-scm.com/) - kvm-tools (https://github.com/penberg/linux-kvm) - ptrace-parasite (https://code.google.com/p/ptrace-parasite/) Many thanks to these projects. Licensed under GPLv2 (http://www.gnu.org/licenses/gpl-2.0.txt)