Changeset 13541 in vbox
- Timestamp:
- Oct 23, 2008 3:31:20 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r13514 r13541 810 810 */ 811 811 ResumeExecution: 812 Assert(!HWACCMR0SuspendPending()); 813 812 814 /* Safety precaution; looping for too long here can have a very bad effect on the host */ 813 815 if (++cResume > HWACCM_MAX_RESUME_LOOPS) -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r13514 r13541 1762 1762 ("Expected %d, I'm %d; cResume=%d exitReason=%RTreg exitQualification=%RTreg\n", 1763 1763 (int)pVM->hwaccm.s.idEnteredCpu, (int)RTMpCpuId(), cResume, exitReason, exitQualification)); 1764 Assert(!HWACCMR0SuspendPending()); 1764 1765 1765 1766 /* 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.