Changeset 55568 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 30, 2015 4:09:29 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99940
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMM.cpp
r55179 r55568 1430 1430 1431 1431 PGMR3ResetCpu(pVM, pVCpu); 1432 PDMR3ResetCpu(pVCpu); /* Clear any pending interrupts */ 1433 TRPMR3ResetCpu(pVCpu); 1432 1434 CPUMR3ResetCpu(pVM, pVCpu); 1433 1435 EMR3ResetCpu(pVCpu); 1436 HMR3ResetCpu(pVCpu); 1437 1438 /* This will trickle up on the target EMT. */ 1434 1439 return VINF_EM_WAIT_SIPI; 1435 1440 }
Note:
See TracChangeset
for help on using the changeset viewer.