Projects STRLCPY criu Commits 0b49f262
🤬
  • docs: rename amdgpu_plugin.txt to criu-amdgpu-plugin.txt

    By default, the file name 'amdgpu_plugin.txt' is used also as the name
    for the corresponding man page (`man amdgpu_plugin`). However, when
    this man page is installed system-wide it would be more appropriate
    to have a prefix 'criu-' (e.g., `man criu-amdgpu-plugin`).
    
    Signed-off-by: Radostin Stoyanov <[email protected]>
  • Loading...
  • Radostin Stoyanov committed with Andrei Vagin 11 months ago
    0b49f262
    1 parent 33dd66c6
  • ■ ■ ■ ■
    Documentation/Makefile
    skipped 15 lines
    16 16  SRC1 += criu-ns.txt
    17 17  endif
    18 18  SRC1 += compel.txt
    19  -SRC1 += amdgpu_plugin.txt
     19 +SRC1 += criu-amdgpu-plugin.txt
    20 20  SRC8 += criu.txt
    21 21  SRC := $(SRC1) $(SRC8)
    22 22  XMLS := $(patsubst %.txt,%.xml,$(SRC))
    skipped 82 lines
  • ■ ■ ■ ■ ■ ■
    Documentation/amdgpu_plugin.txt Documentation/criu-amdgpu-plugin.txt
    skipped 2 lines
    3 3   
    4 4  NAME
    5 5  ----
    6  -amdgpu_plugin - A plugin extension to CRIU to support checkpoint/restore in
     6 +criu-amdgpu-plugin - A plugin extension to CRIU to support checkpoint/restore in
    7 7  userspace for AMD GPUs.
    8 8   
    9 9   
    skipped 12 lines
    22 22  applications, it has certain limitations such as it cannot handle
    23 23  applications that have device files open. In order to support *ROCm* based
    24 24  workloads with *criu* we need to augment criu's core functionality with a
    25  -plugin based extension mechanism. *amdgpu_plugin* provides the necessary support
     25 +plugin based extension mechanism. *criu-amdgpu-plugin* provides the necessary support
    26 26  to criu to allow Checkpoint / Restore with ROCm.
    27 27   
    28 28   
    skipped 81 lines
Please wait...
Page is in error, reload to recover