Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Yat Sin <david.yatsin@amd.com>2021-10-28 06:26:33 +0300
committerAndrei Vagin <avagin@gmail.com>2022-04-29 03:53:52 +0300
commit87d37351453c186515625ea435deea26d3254814 (patch)
tree4585adad6bc4079ddf5fe038f53ad4ecbf2b7dca /Documentation
parent55370b720e67da5d950413bbc6283248e0e63bda (diff)
criu/plugin: Add support for criu image streamer
Modifications to support criu image streamer when using amdgpu_plugin. When running with criu image streamer, fseek/lseek is not available so we store the file size in the first 8-bytes of the actual file. Signed-off-by: David Yat Sin <david.yatsin@amd.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/amdgpu_plugin.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/amdgpu_plugin.txt b/Documentation/amdgpu_plugin.txt
index 218d0f751..0d490b429 100644
--- a/Documentation/amdgpu_plugin.txt
+++ b/Documentation/amdgpu_plugin.txt
@@ -14,6 +14,7 @@ Checkpoint / Restore on different system
Checkpoint / Restore inside a docker container
Pytorch
Tensorflow
+Using CRIU Image Streamer
DESCRIPTION
-----------