VirtualBox

Changeset 88537 in vbox


Ignore:
Timestamp:
Apr 15, 2021 12:45:18 PM (4 years ago)
Author:
vboxsync
Message:

Intel IOMMU: bugref:9967 nit.

File:
1 edited

Legend:

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

    r88535 r88537  
    702702        uint16_t const offQueueTail = VTD_IQT_REG_GET_QT(uIqtReg);
    703703        uint64_t const uIqaReg      = dmarRegRead64(pThis, VTD_MMIO_OFF_IQA_REG);
    704         uint8_t const  uDw          = RT_BF_GET(uIqaReg, VTD_BF_IQA_REG_DW);
    705         if (   uDw != VTD_IQA_REG_DW_256_BIT
     704        uint8_t const  fDw          = RT_BF_GET(uIqaReg, VTD_BF_IQA_REG_DW);
     705        if (   fDw != VTD_IQA_REG_DW_256_BIT
    706706            || !(offQueueTail & 0x1f))
    707707        {
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