Changeset 72886 in vbox for trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
- Timestamp:
- Jul 4, 2018 3:44:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r72881 r72886 3209 3209 VMMRZCallRing3Disable(pVCpu); 3210 3210 HM_DISABLE_PREEMPT(); 3211 3212 /* Import the entire guest state. */ 3213 hmR0SvmImportGuestState(pVCpu, HMSVM_CPUMCTX_EXTRN_ALL); 3211 3214 3212 3215 /* Restore host FPU state if necessary and resync on next R0 reentry. */
Note:
See TracChangeset
for help on using the changeset viewer.