Changeset 88153 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Mar 17, 2021 12:56:48 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143302
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMInternal.h
r87927 r88153 1671 1671 void pdmUnlock(PVMCC pVM); 1672 1672 1673 #if def VBOX_WITH_IOMMU_AMD1673 #if defined(VBOX_WITH_IOMMU_AMD) || defined(VBOX_WITH_IOMMU_INTEL) 1674 1674 int pdmIommuMsiRemap(PPDMDEVINS pDevIns, uint16_t idDevice, PCMSIMSG pMsiIn, PMSIMSG pMsiOut); 1675 1675 int pdmIommuMemAccessRead(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, RTGCPHYS GCPhys, void *pvBuf, size_t cbRead, uint32_t fFlags);
Note:
See TracChangeset
for help on using the changeset viewer.