2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00

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 <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2023-05-17 09:06:15 +01:00 committed by Andrei Vagin
parent cc607f8103
commit b665dce3c7
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ ifeq ($(PYTHON),python3)
SRC1 += criu-ns.txt SRC1 += criu-ns.txt
endif endif
SRC1 += compel.txt SRC1 += compel.txt
SRC1 += amdgpu_plugin.txt SRC1 += criu-amdgpu-plugin.txt
SRC8 += criu.txt SRC8 += criu.txt
SRC := $(SRC1) $(SRC8) SRC := $(SRC1) $(SRC8)
XMLS := $(patsubst %.txt,%.xml,$(SRC)) XMLS := $(patsubst %.txt,%.xml,$(SRC))

View File

@ -3,7 +3,7 @@ ROCM Support(1)
NAME NAME
---- ----
amdgpu_plugin - A plugin extension to CRIU to support checkpoint/restore in criu-amdgpu-plugin - A plugin extension to CRIU to support checkpoint/restore in
userspace for AMD GPUs. userspace for AMD GPUs.
@ -22,7 +22,7 @@ Though *criu* is a great tool for checkpointing and restoring running
applications, it has certain limitations such as it cannot handle applications, it has certain limitations such as it cannot handle
applications that have device files open. In order to support *ROCm* based applications that have device files open. In order to support *ROCm* based
workloads with *criu* we need to augment criu's core functionality with a workloads with *criu* we need to augment criu's core functionality with a
plugin based extension mechanism. *amdgpu_plugin* provides the necessary support plugin based extension mechanism. *criu-amdgpu-plugin* provides the necessary support
to criu to allow Checkpoint / Restore with ROCm. to criu to allow Checkpoint / Restore with ROCm.