Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iommu: Check iommufd is broken during runtime
Rather than checking whether IOMMUFD is broken or not in the constructor, this patch checks it everytime app. tries to get the IOMMU context. This is for cases that the target device is binded to `vfio-pci` driver in the middle of the app's runtime, not the very first time. Signed-off-by: Minwoo Im <[email protected]>
- Loading branch information