VirtualBox

Changeset 20671 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 17, 2009 3:23:14 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48768
Message:

Bigger lock for the pagefault handler.
Avoid deadlocks when syncing notification handlers with our recompiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PGMR0.cpp

    r20374 r20671  
    232232     * nested page tables.
    233233     */
     234    pgmLock(pVM);
    234235    switch(enmShwPagingMode)
    235236    {
     
    253254        break;
    254255    }
     256    Assert(PGMIsLockOwner(pVM));
     257    pgmUnlock(pVM);
    255258    if (rc == VINF_PGM_SYNCPAGE_MODIFIED_PDE)
    256259        rc = VINF_SUCCESS;
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