Changeset 48556 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 19, 2013 5:55:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r48450 r48556 1628 1628 VMMR3_INT_DECL(void) HMR3ResetCpu(PVMCPU pVCpu) 1629 1629 { 1630 /* On first entry we'll sync everything. */ 1630 /* Sync. entire state on VM reset R0-reentry. It's safe to update 1631 the HM flags here, all other EMTs are in ring-3. See VMR3Reset(). */ 1631 1632 pVCpu->hm.s.fContextUseFlags = (HM_CHANGED_HOST_CONTEXT | HM_CHANGED_ALL_GUEST); 1632 1633
Note:
See TracChangeset
for help on using the changeset viewer.