- Timestamp:
- Jun 3, 2016 6:15:42 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107782
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r61359 r61455 6736 6736 in the VT-x part of the sources instead of the generic stuff. */ 6737 6737 if (pVCpu->CTX_SUFF(pVM)->hm.s.vmx.fSupported) 6738 { 6739 /* For now, imply that the caller might change everything too. */ 6740 HMCPU_CF_SET(pVCpu, HM_CHANGED_ALL_GUEST); 6738 6741 return hmR0VmxSaveGuestState(pVCpu, pMixedCtx); 6742 } 6739 6743 return VINF_SUCCESS; 6740 6744 }
Note:
See TracChangeset
for help on using the changeset viewer.