Changeset 108682 in vbox for trunk/include
- Timestamp:
- Mar 21, 2025 9:38:38 AM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168096
- Location:
- trunk/include/VBox
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmgic.h
r108437 r108682 119 119 DECLR3CALLBACKMEMBER(int, pfnSetPpi, (PVMCPUCC pVCpu, uint32_t uPpiIntId, bool fAsserted)); 120 120 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 121 133 /** @name Reserved for future (MBZ). 122 134 * @{ */ 123 DECLR3CALLBACKMEMBER(int, pfnReserved4, (void));124 135 DECLR3CALLBACKMEMBER(int, pfnReserved5, (void)); 125 136 DECLR3CALLBACKMEMBER(int, pfnReserved6, (void));
Note:
See TracChangeset
for help on using the changeset viewer.