VirtualBox

Changeset 88842 in vbox for trunk/src/VBox/Devices/Bus


Ignore:
Timestamp:
May 3, 2021 4:50:40 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144176
Message:

Intel IOMMU: bugref:9967 Release build fix and comment nit.

File:
1 edited

Legend:

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

    r88841 r88842  
    13281328{
    13291329    /* At present, we only care about the low 32-bits, high 32-bits are data. */
    1330     Assert(offReg == VTD_MMIO_OFF_IQA_REG);
     1330    Assert(offReg == VTD_MMIO_OFF_IQA_REG); NOREF(offReg);
    13311331
    13321332    /** @todo What happens if IQA_REG is written when dmarInvQueueCanProcessRequests
     
    18771877    PCDMAR      pThis   = PDMDEVINS_2_DATA(pDevIns, PDMAR);
    18781878    PCDMARR3    pThisR3 = PDMDEVINS_2_DATA_CC(pDevIns, PCDMARR3);
    1879     PCPDMPCIDEV pPciDev = pDevIns->apPciDevs[0];
    1880     PDMPCIDEV_ASSERT_VALID(pDevIns, pPciDev);
    1881 
    18821879    bool const fVerbose = RTStrCmp(pszArgs, "verbose") == 0;
    18831880
    18841881    /*
    1885      * We lock the device to get a consistent register state, but it is
    1886      * ASSUMED pHlp->pfnPrintf is expensive, so we copy the registers into
    1887      * temporaries and release the lock ASAP.
     1882     * We lock the device to get a consistent register state as it is
     1883     * ASSUMED pHlp->pfnPrintf is expensive, so we copy the registers (the
     1884     * ones we care about here) into temporaries and release the lock ASAP.
    18881885     *
    18891886     * Order of register being read and outputted is in accordance with the
Note: See TracChangeset for help on using the changeset viewer.

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