Changeset 73056 in vbox
- Timestamp:
- Jul 11, 2018 6:26:48 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123616
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r73055 r73056 8032 8032 { 8033 8033 HMSVM_VALIDATE_EXIT_HANDLER_PARAMS(pVCpu, pSvmTransient); 8034 HMSVM_CPUMCTX_IMPORT_STATE(pVCpu, IEM_CPUMCTX_EXTRN_SVM_VMRUN_MASK); 8034 /* We shall import the entire state here, just in case we enter and continue execution of 8035 the nested-guest with hardware-assisted SVM in ring-0, we would be switching VMCBs and 8036 could lose lose part of CPU state. */ 8037 HMSVM_CPUMCTX_IMPORT_STATE(pVCpu, HMSVM_CPUMCTX_EXTRN_ALL); 8035 8038 8036 8039 VBOXSTRICTRC rcStrict;
Note:
See TracChangeset
for help on using the changeset viewer.