Changeset 69765 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 20, 2017 9:14:22 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h
r69566 r69765 205 205 206 206 /* 207 * Notify HM in case the VMRUN was executed using SVM R0, HM would have modified some VMCB 208 * state that we need to restore on #VMEXIT before writing it back to guest memory. 209 */ 210 HMSvmNstGstVmExitNotify(pVCpu, pVmcbNstGst); 207 * Notify HM in case the nested-guest was executed using hardware-assisted SVM (which 208 * would have modified some VMCB state) that need to be restored on #VMEXIT before 209 * writing the VMCB back to guest memory. 210 */ 211 HMSvmNstGstVmExitNotify(pVCpu, pCtx); 211 212 212 213 /*
Note:
See TracChangeset
for help on using the changeset viewer.