VirtualBox

Ignore:
Timestamp:
Jul 30, 2021 4:41:49 PM (3 years ago)
Author:
vboxsync
Message:

VMM/PGM: Check PGMCritSectEnter status code when we don't return it. bugref:6695

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMPool.cpp

    r86497 r90439  
    514514    NOREF(pVCpu);
    515515
    516     pgmLock(pVM);
     516    PGM_LOCK_VOID(pVM);
    517517    Log(("pgmR3PoolClearAllRendezvous: cUsedPages=%d fpvFlushRemTlb=%RTbool\n", pPool->cUsedPages, !!fpvFlushRemTlb));
    518518
     
    729729    VM_FF_CLEAR(pVM, VM_FF_PGM_POOL_FLUSH_PENDING);
    730730    pPool->cPresent = 0;
    731     pgmUnlock(pVM);
     731    PGM_UNLOCK(pVM);
    732732
    733733    PGM_INVL_ALL_VCPU_TLBS(pVM);
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