Commit Graph
3 Commits
Author SHA1 Message Date
kharbranth 205abb1c6e Update migration ioctl variable name
The name "MIG" creates confusion with NVIDIA's Multi-Instance GPU (MIG)
technology, thus a rename from "MIG" to "MIGRATION" is prudent.

Signed-off-by: kharbranth <cityofkharbranth@protonmail.com>
2022-05-05 21:22:26 -04:00
kharbranth a6d067f559 Add documentation for unlocking VM migration/snapshotting
Signed-off-by: kharbranth <cityofkharbranth@protonmail.com>
2022-05-05 21:07:19 -04:00
kharbranth 826e7b246e Allow unlocking VM migration/snapshot support
This also requires NV_KVM_MIGRATION_UAPI to be set to 1 when building
the `nvidia-vgpu-vfio` kernel module, hence why unlocking this feature
is only conditionally enabled, since not everyone will want it.

Signed-off-by: kharbranth <cityofkharbranth@protonmail.com>
2022-05-05 20:57:48 -04:00