mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 06:45:35 +00:00
Drop TODO file
Everything is on http://criu.org/Todo Reported-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
22
TODO
22
TODO
@@ -1,22 +0,0 @@
|
|||||||
Some things which are to be done
|
|
||||||
--------------------------------
|
|
||||||
|
|
||||||
- to restore anonymous shared pages safetly we need a global
|
|
||||||
mutex so there will be no activity on another thread until
|
|
||||||
mmap+page_read pair finish its job
|
|
||||||
- cgroups should be used instead of explicit task stops by signals
|
|
||||||
- dump/restore of network connections
|
|
||||||
- dump/restore of IPC
|
|
||||||
- (by Pekka Enberg) add a 'make check' or tools/test script that people can run to
|
|
||||||
do a full fork/dump/restore/kill cycle
|
|
||||||
- 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
|
|
Reference in New Issue
Block a user