criu/TODO
Cyrill Gorcunov af647ce009 dump: Dump threads params as well
We only need registers at the moment

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2011-10-23 12:43:52 +04:00

21 lines
904 B
Text

Some things which are to be done
--------------------------------
- cgroups should be used instead of explicit task stops by signals
- dump/restore of network connections
- dump/restore of IPC
- consider dropping VMA data from Elf contents but to use program header instead
- (by Pekka Enberg) add a 'make check' or tools/test script that people can run to
do a full fork/dump/restore/kill cycle
- (by Pekka Enberg) convert kernel patches into a proper kernel git tree people can pull
- cr-restore.c should be significantly refactored
- 'crtools show' should support showing only a subset of resources dumped such as
pipes/vma/ and etc...
- add bash completion file
Some notes on code
------------------
- need to handle out cr_fdset(s), they are getting used more frequently
than I initially thought, including the usage only of a few file descriptors
while the whole set is always allocated