Changeset 4295 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 22, 2007 8:17:19 PM (17 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r4071 r4295 3440 3440 { 3441 3441 VMMR3Unlock(pVM); 3442 /** @todo change the VM state! */3443 3442 STAM_REL_PROFILE_ADV_STOP(&pVM->em.s.StatTotal, x); 3444 3443 return rc; -
trunk/src/VBox/VMM/VMEmt.cpp
r4071 r4295 139 139 rc = EMR3ExecuteVM(pVM); 140 140 Log(("vmR3EmulationThread: EMR3ExecuteVM() -> rc=%Vrc, enmVMState=%d\n", rc, pVM->enmVMState)); 141 if (EMGetState(pVM) == EMSTATE_GURU_MEDITATION) 142 vmR3SetState(pVM, VMSTATE_GURU_MEDITATION); 141 143 } 142 144
Note:
See TracChangeset
for help on using the changeset viewer.