Changeset 20198 in vbox for trunk/src/VBox/VMM/EM.cpp
- Timestamp:
- Jun 2, 2009 2:45:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r20195 r20198 3833 3833 else 3834 3834 { 3835 /* All other VCPUs go into the wait for SIPI state. 3836 * Make sure we clear all pending forced actions. 3837 */ 3838 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_ALL_MASK & ~VMCPU_FF_REQUEST); 3835 /* All other VCPUs go into the wait for SIPI state. */ 3839 3836 pVCpu->em.s.enmState = EMSTATE_WAIT_SIPI; 3840 3837 }
Note:
See TracChangeset
for help on using the changeset viewer.