Changeset 84117 in vbox for trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
- Timestamp:
- Apr 30, 2020 5:32:47 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r84115 r84117 2876 2876 case IOMMU_MMIO_OFF_MSI_CAP_HDR: 2877 2877 { 2878 VBOXSTRICTRC rcStrict = iommuAmd Ignore_w(pDevIns, pThis, off, (uint32_t)uValue);2878 VBOXSTRICTRC rcStrict = iommuAmdMsiCapHdr_w(pDevIns, pThis, off, (uint32_t)uValue); 2879 2879 if (cb == 4 || RT_FAILURE(rcStrict)) 2880 2880 return rcStrict;
Note:
See TracChangeset
for help on using the changeset viewer.