Changeset 69707 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Nov 16, 2017 5:09:34 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r69537 r69707 7334 7334 uint8_t const cbInstr = hmR0SvmGetInstrLengthHwAssist(pVCpu, pCtx, 3); 7335 7335 VBOXSTRICTRC rcStrict = IEMExecDecodedVmload(pVCpu, cbInstr); 7336 if (rcStrict == VINF_SUCCESS) 7337 { 7338 /* We skip flagging changes made to LSTAR, STAR, SFMASK and other MSRs as they are always re-loaded. */ 7339 HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_SEGMENT_REGS 7340 | HM_CHANGED_GUEST_TR 7341 | HM_CHANGED_GUEST_LDTR); 7342 } 7336 7343 return VBOXSTRICTRC_VAL(rcStrict); 7337 7344 }
Note:
See TracChangeset
for help on using the changeset viewer.