-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule gdev-guest
updated
9 files
+25 −34 | CMakeLists.txt | |
+1 −1 | README.md | |
+2 −3 | build_gdev_lib_arch64.sh | |
+0 −47 | build_gdev_lib_arch64_cmake.sh | |
+0 −3 | build_gdev_stub_arch64.sh | |
+30 −43 | cuda/CMakeLists.txt | |
+2 −2 | cuda/configure | |
+30 −32 | cuda/driver/device.c | |
+1 −1 | cuda/driver/execution.c |
Submodule linux-cca-guest
updated
4 files
+1 −0 | arch/arm64/include/uapi/asm/kvm.h | |
+100 −14 | arch/arm64/kvm/rme.c | |
+224 −28 | drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | |
+145 −13 | drivers/iommu/io-pgtable-arm.c |