Changeset 88631 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Apr 21, 2021 11:54:19 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143934
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r88580 r88631 1941 1941 * @param idDevice The device identifier (bus, device, function). 1942 1942 * @param pMsiIn The source MSI. 1943 * @param pMsiOut Where to store the remapped MSI. 1943 * @param pMsiOut Where to store the remapped MSI (only updated when 1944 * VINF_SUCCESS is returned). 1944 1945 */ 1945 1946 DECLCALLBACKMEMBER(int, pfnIommuMsiRemap,(PPDMDEVINS pDevIns, uint16_t idDevice, PCMSIMSG pMsiIn, PMSIMSG pMsiOut));
Note:
See TracChangeset
for help on using the changeset viewer.