Changeset 90298 in vbox for trunk/src/VBox
- Timestamp:
- Jul 23, 2021 10:37:33 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevIoApic.cpp
r89738 r90298 1011 1011 * by VERR_IOMMU_CANNOT_CALL_SELF case. 1012 1012 */ 1013 MSIMSG MsiOut; 1013 1014 if (PCIBDF_IS_VALID(uBusDevFn)) 1014 1015 { 1015 MSIMSG MsiOut;1016 1016 int const rcRemap = pThisCC->pIoApicHlp->pfnIommuMsiRemap(pDevIns, uBusDevFn, pMsi, &MsiOut); 1017 1017 if ( rcRemap == VERR_IOMMU_NOT_PRESENT
Note:
See TracChangeset
for help on using the changeset viewer.