Changeset 19407 in vbox
- Timestamp:
- May 5, 2009 11:38:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMEmt.cpp
r19401 r19407 847 847 AssertRC(rc); 848 848 } 849 else if (!(fFlags & VMNOTIFYFF_FLAGS_DONE_REM)) 849 else if ( (fFlags & VMNOTIFYFF_FLAGS_POKE) 850 && pUVCpu->pUVM->pVM 851 && pUVCpu->pUVM->pVM->aCpus[pUVCpu->idCpu].enmState == VMCPUSTATE_RUN_EXEC) /** @todo make this easier to access. (pUVCpu->pVCpu) */ 852 { 853 int rc = SUPCallVMMR0Ex(pUVCpu->pVM->pVMR0, pUVCpu->idCpu, VMMR0_DO_GVMM_SCHED_POKE, 0, NULL); 854 AssertRC(rc); 855 } 856 else if (!(fFlags & VMNOTIFYFF_FLAGS_DONE_REM)) /** @todo use VMCPUSTATE_RUN_EXEC_REM */ 850 857 REMR3NotifyFF(pUVCpu->pVM); 851 858 }
Note:
See TracChangeset
for help on using the changeset viewer.