VirtualBox

Changeset 83999 in vbox


Ignore:
Timestamp:
Apr 27, 2020 11:38:29 AM (5 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 Bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp

    r83989 r83999  
    420420 */
    421421#define IOMMU_GET_DEV_TAB_SIZE(a_uSize)     (((a_uSize) + 1) << X86_PAGE_4K_SHIFT)
     422
    422423
    423424/*********************************************************************************************************************************
     
    29432944    int rc = PDMDevHlpPCIPhysRead(pDevIns, GCPhysDevTabEntry, pDevTabEntry, sizeof(*pDevTabEntry));
    29442945    if (RT_FAILURE(rc))
     2946    {
    29452947        Log((IOMMU_LOG_PFX ": Failed to read device table entry at %#RGp. rc=%Rrc\n", GCPhysDevTabEntry, rc));
     2948        /** @todo IOMMU: Log this failure to the IOMMU Event log here. */
     2949    }
    29462950
    29472951    return rc;
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