Changeset 89601 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 10, 2021 1:19:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PDMAll.cpp
r89600 r89601 223 223 * @param pMsi The MSI to send. 224 224 * @param uTagSrc The IRQ tag and source tracer ID. 225 *226 * @remarks Atm, don't call this from ring-0. Use the respective R0 device helpers227 * instead.228 225 */ 229 226 VMM_INT_DECL(void) PDMIoApicSendMsi(PPDMDEVINS pDevIns, PCIBDF uBusDevFn, PCMSIMSG pMsi, uint32_t uTagSrc)
Note:
See TracChangeset
for help on using the changeset viewer.