VirtualBox

Changeset 88153 in vbox for trunk/src/VBox/Devices/build


Ignore:
Timestamp:
Mar 17, 2021 12:56:48 PM (4 years ago)
Author:
vboxsync
Message:

Intel IOMMU: bugref:9967 Skeleton bits.

Location:
trunk/src/VBox/Devices/build
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/build/VBoxDD.cpp

    r86639 r88153  
    224224        return rc;
    225225#endif
     226#ifdef VBOX_WITH_IOMMU_INTEL
     227    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceIommuIntel);
     228    if (RT_FAILURE(rc))
     229        return rc;
     230#endif
    226231    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceQemuFwCfg);
    227232    if (RT_FAILURE(rc))
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r86639 r88153  
    196196extern const PDMDEVREG g_DeviceIommuAmd;
    197197#endif
     198#ifdef VBOX_WITH_IOMMU_INTEL
     199extern const PDMDEVREG g_DeviceIommuIntel;
     200#endif
    198201
    199202/* VBoxAcpi.cpp */
  • trunk/src/VBox/Devices/build/VBoxDDR0.cpp

    r85816 r88153  
    111111    &g_DeviceIommuAmd,
    112112#endif
     113#ifdef VBOX_WITH_IOMMU_INTEL
     114    &g_DeviceIommuIntel,
     115#endif
    113116};
    114117
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette