VirtualBox

Changeset 84431 in vbox for trunk/src/VBox/Devices/testcase


Ignore:
Timestamp:
May 21, 2020 8:42:19 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138135
Message:

AMD IOMMU: bugref:9654 IOMMU interrupt remapping callback skeleton.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/testcase/tstDevicePdmDevHlp.cpp

    r83296 r84431  
    46564656                    ("%s/%d: u32Version=%#x expected %#x\n", pDevIns->pReg->szName, pDevIns->iInstance, pIommuReg->u32Version, PDM_IOMMUREGR3_VERSION),
    46574657                    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);
    46614661    AssertMsgReturn(pIommuReg->u32TheEnd == PDM_IOMMUREGR3_VERSION,
    46624662                    ("%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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette