Changeset 87818 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Feb 20, 2021 8:27:51 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142879
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r87817 r87818 4516 4516 { 4517 4517 #ifdef IOMMU_WITH_IRTE_CACHE 4518 int rc2 = iommuAmdDteCacheAdd(pDevIns, uDevId, &Dte, 0 /* fFlags */); 4519 if (RT_FAILURE(rc2)) 4520 { 4521 LogRelMax(10, ("%s: IOMMU DTE cache is full.\n", IOMMU_LOG_PFX)); 4522 } 4518 iommuAmdDteCacheAdd(pDevIns, uDevId, &Dte, 0 /* fFlags */); 4523 4519 #endif 4524 4520 /* If the DTE is not valid, all interrupts are forwarded without remapping. */
Note:
See TracChangeset
for help on using the changeset viewer.