VirtualBox

Changeset 89034 in vbox


Ignore:
Timestamp:
May 13, 2021 2:14:49 PM (4 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 Fix locking (missed doing a lock and calling unlock), regression from r143982.

File:
1 edited

Legend:

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

    r88998 r89034  
    27912791    Assert(off >= 4);
    27922792    uint64_t u64Read;
     2793    IOMMU_LOCK_RET(pDevIns, pThisCC, VINF_IOM_R3_MMIO_WRITE);
    27932794    if (pReg->pfnRead)
    27942795        rcStrict = pReg->pfnRead(pDevIns, pThis, off - 4, &u64Read);
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