VirtualBox

Changeset 20865 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jun 23, 2009 7:27:16 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49010
Message:

PGMAllMap: avoid lock owner assertions in PGMMapCheck.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp

    r20281 r20865  
    611611     * Iterate mappings.
    612612     */
     613    pgmLock(pVM);                           /* to avoid assertions */
    613614    for (PPGMMAPPING pCur = pVM->pgm.s.CTX_SUFF(pMappings); pCur; pCur = pCur->CTX_SUFF(pNext))
    614615    {
     
    616617        pgmMapCheckShadowPDEs(pVM, pVCpu, pVCpu->pgm.s.CTX_SUFF(pShwPageCR3), pCur, iPDE);
    617618    }
     619    pgmUnlock(pVM);
    618620}
    619621#endif /* defined(VBOX_STRICT) && !defined(IN_RING0) */
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