소스 검색

Add documentation for unlocking VM migration/snapshotting

Signed-off-by: kharbranth <cityofkharbranth@protonmail.com>
kharbranth 3 년 전
부모
커밋
a6d067f559
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -56,4 +56,13 @@ cuda_enabled = 1
 frl_enabled = 0
 ```
 
+If you want to enable VM migration or snapshotting, you must 
+recompile the `nvidia-vgpu-vfio` kernel module with `NV_KVM_MIGRATION_UAPI` 
+equal to 1. Then, create the file `/etc/vgpu_unlock/config.toml` and add the 
+following:
+
+```toml
+unlock_migration = true
+```
+
 Happy hacking!