Changes

346 bytes added ,  13:47, 18 August 2017
m
Xemul moved page Compel TODO before release to Compel TODO: Released already
Line 1: Line 1:  
[[Category: Compel]]
 
[[Category: Compel]]
 +
 +
{{Note|[[Compel]] is already released}}
    
==== Check and fix non-x86 arches ====
 
==== Check and fix non-x86 arches ====
Line 9: Line 11:  
==== Tune the API ====
 
==== Tune the API ====
 
Right now we have some stuff that just got into compel/include/uapi/ when we moved the code around and should be hidden. Naming could probably be better too. Configuring the infection context is also FIXME-able.
 
Right now we have some stuff that just got into compel/include/uapi/ when we moved the code around and should be hidden. Naming could probably be better too. Configuring the infection context is also FIXME-able.
 +
 +
==== Fix the compel_main environment ====
 +
 +
Currently compel parasite code is RPC-only, but there are signs of compel_main (e.g. __export_std_compel_start). Need to clean this out.
    
==== Rectify parasite loading ====
 
==== Rectify parasite loading ====
Line 29: Line 35:     
The TASK_ALIVE and others are literally and numerically coincide between compel and criu.
 
The TASK_ALIVE and others are literally and numerically coincide between compel and criu.
 +
 +
: {{Done}} <code>COMPEL_TASK_FOO</code>s are in compel and <code>TASK_BAR</code>s are in criu and correspond to each other