VirtualBox

Changeset 83850 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Apr 20, 2020 11:35:14 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137379
Message:

AMD IOMMU: bugref:9654 R0 registration bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp

    r83283 r83850  
    32893289
    32903290/** @interface_method_impl{PDMDEVHLPR3,pfnIommuRegister} */
    3291 static DECLCALLBACK(int) pdmR3DevHlp_IommuRegister(PPDMDEVINS pDevIns, PPDMIOMMUREGR3 pIommuReg, PCPDMIOMMUHLPR3 *ppIommuHlp)
     3291static DECLCALLBACK(int) pdmR3DevHlp_IommuRegister(PPDMDEVINS pDevIns, PPDMIOMMUREGR3 pIommuReg, PCPDMIOMMUHLPR3 *ppIommuHlp,
     3292                                                   uint32_t *pidxIommu)
    32923293{
    32933294    PDMDEV_ASSERT_DEVINS(pDevIns);
     
    33333334    /* Set the helper pointer and return. */
    33343335    *ppIommuHlp = &g_pdmR3DevIommuHlp;
     3336    if (pidxIommu)
     3337        *pidxIommu = idxIommu;
    33353338    LogFlow(("pdmR3DevHlp_IommuRegister: caller='%s'/%d: returns %Rrc\n", pDevIns->pReg->szName, pDevIns->iInstance, VINF_SUCCESS));
    33363339    return VINF_SUCCESS;
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