Changeset 83999 in vbox
- Timestamp:
- Apr 27, 2020 11:38:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r83989 r83999 420 420 */ 421 421 #define IOMMU_GET_DEV_TAB_SIZE(a_uSize) (((a_uSize) + 1) << X86_PAGE_4K_SHIFT) 422 422 423 423 424 /********************************************************************************************************************************* … … 2943 2944 int rc = PDMDevHlpPCIPhysRead(pDevIns, GCPhysDevTabEntry, pDevTabEntry, sizeof(*pDevTabEntry)); 2944 2945 if (RT_FAILURE(rc)) 2946 { 2945 2947 Log((IOMMU_LOG_PFX ": Failed to read device table entry at %#RGp. rc=%Rrc\n", GCPhysDevTabEntry, rc)); 2948 /** @todo IOMMU: Log this failure to the IOMMU Event log here. */ 2949 } 2946 2950 2947 2951 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.