VirtualBox

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


Ignore:
Timestamp:
Jun 7, 2011 5:10:10 PM (14 years ago)
Author:
vboxsync
Message:

PGM: relax some assertion added earlier today so they'll survive reset and guru mediations.

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

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

    r37354 r37357  
    22322232VMM_INT_DECL(void) PGMNotifyNxeChanged(PVMCPU pVCpu, bool fNxe)
    22332233{
    2234     VMCPU_ASSERT_EMT(pVCpu);
     2234    VMCPU_ASSERT_EMT_OR_RESET(pVCpu);
    22352235    Log(("PGMNotifyNxeChanged: fNxe=%RTbool\n", fNxe));
    22362236
  • trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

    r37354 r37357  
    28202820{
    28212821    PVM pVM = pVCpu->CTX_SUFF(pVM);
    2822     VMCPU_ASSERT_EMT(pVCpu);
     2822    VMCPU_ASSERT_EMT_OR_GURU(pVCpu);
    28232823
    28242824    /*
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