-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #375 from klueska/add-imex-support
Add imex support
- Loading branch information
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libnvidia-container
updated
19 files
+8 −5 | .gitignore | |
+1 −1 | mk/nvidia-modprobe.mk | |
+4 −2 | mk/nvidia-modprobe.patch | |
+1 −0 | pkg/deb/libnvidia-container@[email protected] | |
+6 −0 | src/cli/cli.h | |
+53 −0 | src/cli/common.c | |
+21 −5 | src/cli/configure.c | |
+1 −0 | src/cli/libnvc.c | |
+1 −0 | src/cli/libnvc.h | |
+18 −1 | src/cli/list.c | |
+3 −0 | src/cli/main.c | |
+1 −0 | src/libnvidia-container.lds | |
+23 −4 | src/nvc.c | |
+12 −0 | src/nvc.h.template | |
+1 −2 | src/nvc_info.c | |
+3 −0 | src/nvc_internal.h | |
+50 −0 | src/nvc_mount.c | |
+18 −0 | src/utils.c | |
+1 −0 | src/utils.h |