VirtualBox

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


Ignore:
Timestamp:
Apr 19, 2021 3:52:45 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143878
Message:

Intel IOMMU: bugref:9967 PDM: Interface for sending MSI directly from the IOMMU device.

File:
1 edited

Legend:

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

    r88567 r88580  
    291291
    292292
     293/** @interface_method_impl{PDMIOMMUHLPR3,pfnSendMsi} */
     294static DECLCALLBACK(int) pdmR3IommuHlp_SendMsi(PPDMDEVINS pDevIns, PCMSIMSG pMsi, uint32_t uTagSrc)
     295{
     296    PDMDEV_ASSERT_DEVINS(pDevIns);
     297    LogFlowFunc(("caller='%s'/%d:\n", pDevIns->pReg->szName, pDevIns->iInstance));
     298    return PDMIoApicSendMsi(pDevIns->Internal.s.pVMR3, NIL_PCIBDF, pMsi, uTagSrc);
     299}
     300
     301
    293302/**
    294303 * IOMMU Device Helpers.
     
    300309    pdmR3IommuHlp_Unlock,
    301310    pdmR3IommuHlp_LockIsOwner,
     311    pdmR3IommuHlp_SendMsi,
    302312    PDM_IOMMUHLPR3_VERSION /* the end */
    303313};
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