VirtualBox

Changeset 108682 in vbox for trunk/include


Ignore:
Timestamp:
Mar 21, 2025 9:38:38 AM (4 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168096
Message:

VMM/GIC: bugref:10877 GITS scafolding.

Location:
trunk/include/VBox
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmgic.h

    r108437 r108682  
    119119    DECLR3CALLBACKMEMBER(int, pfnSetPpi, (PVMCPUCC pVCpu, uint32_t uPpiIntId, bool fAsserted));
    120120
     121    /**
     122     * Sends an MSI to the GIC ITS.
     123     *
     124     * @returns VBox status code.
     125     * @param   pVM         The cross context virtual machine structure.
     126     * @param   uBusDevFn   The bus:device:function of the device initiating the MSI.
     127     *                      Cannot be NIL_PCIBDF.
     128     * @param   pMsi        The MSI to send.
     129     * @param   uTagSrc     The IRQ tag and source (for tracing).
     130     */
     131    DECLR3CALLBACKMEMBER(int, pfnSendMsi, (PVMCC pVM, PCIBDF uBusDevFn, PCMSIMSG pMsi, uint32_t uEventId, uint32_t uTagSrc));
     132
    121133    /** @name Reserved for future (MBZ).
    122134     * @{ */
    123     DECLR3CALLBACKMEMBER(int, pfnReserved4, (void));
    124135    DECLR3CALLBACKMEMBER(int, pfnReserved5, (void));
    125136    DECLR3CALLBACKMEMBER(int, pfnReserved6, (void));
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