gwcloudlab / evade-4.7

Test evade vm with xen-4.7
Other
0 stars 1 forks source link

Move process-list to beginning of a checkpoint #21

Closed SunnyRaj closed 8 years ago

SunnyRaj commented 8 years ago

We want to run libvmi's process-list function to the the beginning of the checkpoint - right after the primary is suspended. Remember, you cannot literally place the code right after that line. Instead, you need place it where the actual suspend happens and place it there. Investigate if placing it here is appropriate. This might actually cause it to run for the initial migration phase too, which we might not need.