Changeset 73151 in vbox
- Timestamp:
- Jul 16, 2018 10:06:11 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123741
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r73144 r73151 841 841 DECLINLINE(bool) hmR0SvmSupportsNextRipSave(PVMCPU pVCpu) 842 842 { 843 #if 0844 843 PVM pVM = pVCpu->CTX_SUFF(pVM); 845 844 #ifdef VBOX_WITH_NESTED_HWVIRT_SVM … … 851 850 #endif 852 851 return RT_BOOL(pVM->hm.s.svm.u32Features & X86_CPUID_SVM_FEATURE_EDX_NRIP_SAVE); 853 #endif854 855 /** @todo Temporarily disabled NRIP_SAVE for testing. re-enable once its working. */856 NOREF(pVCpu);857 return false;858 852 } 859 853 … … 7900 7894 if (fSupportsNextRipSave) 7901 7895 { 7896 HMSVM_CPUMCTX_IMPORT_STATE(pVCpu, IEM_CPUMCTX_EXTRN_EXEC_DECODED_NO_MEM_MASK | fImport); 7902 7897 uint8_t const cbInstr = pVmcb->ctrl.u64NextRIP - pVCpu->cpum.GstCtx.rip; 7903 7898 rcStrict = IEMExecDecodedStgi(pVCpu, cbInstr);
Note:
See TracChangeset
for help on using the changeset viewer.