Changeset 84431 in vbox for trunk/src/VBox/Devices/testcase
- Timestamp:
- May 21, 2020 8:42:19 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138135
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/tstDevicePdmDevHlp.cpp
r83296 r84431 4656 4656 ("%s/%d: u32Version=%#x expected %#x\n", pDevIns->pReg->szName, pDevIns->iInstance, pIommuReg->u32Version, PDM_IOMMUREGR3_VERSION), 4657 4657 VERR_INVALID_PARAMETER); 4658 4659 /** @todo IOMMU: Validate other parameters */4660 4658 AssertPtrReturn(pIommuReg->pfnMemRead, VERR_INVALID_POINTER); 4659 AssertPtrReturn(pIommuReg->pfnMemWrite, VERR_INVALID_POINTER); 4660 AssertPtrReturn(pIommuReg->pfnMsiRemap, VERR_INVALID_POINTER); 4661 4661 AssertMsgReturn(pIommuReg->u32TheEnd == PDM_IOMMUREGR3_VERSION, 4662 4662 ("%s/%d: u32TheEnd=%#x expected %#x\n", pDevIns->pReg->szName, pDevIns->iInstance, pIommuReg->u32TheEnd, PDM_IOMMUREGR3_VERSION),
Note:
See TracChangeset
for help on using the changeset viewer.