VirtualBox

Changeset 13541 in vbox


Ignore:
Timestamp:
Oct 23, 2008 3:31:20 PM (16 years ago)
Author:
vboxsync
Message:

Paranoid assertions

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

Legend:

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

    r13514 r13541  
    810810     */
    811811ResumeExecution:
     812    Assert(!HWACCMR0SuspendPending());
     813
    812814    /* Safety precaution; looping for too long here can have a very bad effect on the host */
    813815    if (++cResume > HWACCM_MAX_RESUME_LOOPS)
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r13514 r13541  
    17621762              ("Expected %d, I'm %d; cResume=%d exitReason=%RTreg exitQualification=%RTreg\n",
    17631763               (int)pVM->hwaccm.s.idEnteredCpu, (int)RTMpCpuId(), cResume, exitReason, exitQualification));
     1764    Assert(!HWACCMR0SuspendPending());
    17641765
    17651766    /* Safety precaution; looping for too long here can have a very bad effect on the host */
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