- Timestamp:
- Jun 18, 2018 12:26:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r72590 r72593 11829 11829 { 11830 11830 HMVMX_VALIDATE_EXIT_HANDLER_PARAMS(); 11831 #if 0/** @todo Needs testing. @bugref{6973} */11831 #if 1 /** @todo Needs testing. @bugref{6973} */ 11832 11832 int rc = hmR0VmxSaveGuestCR4(pVCpu, pMixedCtx); /* Needed for CPL < 0 only, really. */ 11833 11833 rc |= hmR0VmxSaveGuestRegsForIemExec(pVCpu, pMixedCtx, false /*fMemory*/, false /*fNeedRsp*/); 11834 rc |= hmR0VmxReadExitInstrLenVmcs(pVmxTransient); 11834 11835 AssertRCReturn(rc, rc); 11835 11836 VBOXSTRICTRC rcStrict = IEMExecDecodedRdtsc(pVCpu, pVmxTransient->cbInstr); … … 11872 11873 { 11873 11874 HMVMX_VALIDATE_EXIT_HANDLER_PARAMS(); 11874 #if 0/** @todo Needs testing. @bugref{6973} */11875 #if 1 /** @todo Needs testing. @bugref{6973} */ 11875 11876 int rc = hmR0VmxSaveGuestCR4(pVCpu, pMixedCtx); /* Needed for CPL < 0 only, really. */ 11876 11877 rc |= hmR0VmxSaveGuestRegsForIemExec(pVCpu, pMixedCtx, false /*fMemory*/, false /*fNeedRsp*/); 11877 11878 rc |= hmR0VmxSaveGuestAutoLoadStoreMsrs(pVCpu, pMixedCtx); /* For MSR_K8_TSC_AUX */ 11879 rc |= hmR0VmxReadExitInstrLenVmcs(pVmxTransient); 11878 11880 AssertRCReturn(rc, rc); 11879 11881 VBOXSTRICTRC rcStrict = IEMExecDecodedRdtscp(pVCpu, pVmxTransient->cbInstr);
Note:
See TracChangeset
for help on using the changeset viewer.