-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An IOAS may have several devices attached, so devfd does not belong as a member within struct iommu_ioas. Remove it. This member was used in put_device_fd, but the iommufd backend does not need such cleanup. It is enough to close the device file descriptor (which we do in vfio_pci_close). Signed-off-by: Klaus Jensen <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
17 deletions.
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