Changeset 72886 in vbox
- Timestamp:
- Jul 4, 2018 3:44:01 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123431
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 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. */ -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r72881 r72886 7118 7118 RTThreadPreemptDisable(&PreemptState); 7119 7119 7120 hmR0VmxImportGuestState(pVCpu, HMVMX_CPUMCTX_EXTRN_ALL); 7120 7121 CPUMR0FpuStateMaybeSaveGuestAndRestoreHost(pVCpu); 7121 7122 CPUMR0DebugStateMaybeSaveGuestAndRestoreHost(pVCpu, true /* save DR6 */);
Note:
See TracChangeset
for help on using the changeset viewer.