Changeset 88565 in vbox
- Timestamp:
- Apr 16, 2021 1:30:43 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp
r88306 r88565 1504 1504 rc); 1505 1505 1506 #if def VBOX_WITH_IOMMU_AMD1506 #if defined(VBOX_WITH_IOMMU_AMD) || defined(VBOX_WITH_IOMMU_INTEL) 1507 1507 /** @todo IOMMU: Restrict this to the AMD flavor of IOMMU only at runtime. */ 1508 1508 PPDMIOMMUR3 pIommu = &pVM->pdm.s.aIommus[0]; … … 1514 1514 * ensure it's not the BDF reserved for the southbridge I/O APIC expected 1515 1515 * by linux guests when using an AMD IOMMU, see @bugref{9654#c23}. 1516 * 1517 * In the Intel IOMMU case, we similarly re-use the same I/O APIC address 1518 * to reserve a PCI slot, see @bugref{9967#c13}. 1516 1519 */ 1517 1520 uint16_t const uDevFn = VBOX_PCI_DEVFN_MAKE(uPciDevNo, uPciFunNo);
Note:
See TracChangeset
for help on using the changeset viewer.

