- Timestamp:
- Jul 15, 2014 6:05:08 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GIMHv.cpp
r52010 r52027 109 109 110 110 /* Hypervisor recommendations to the guest. */ 111 pHv->uHyperHints = GIM_HV_HINT_MSR_FOR_SYS_RESET; 111 pHv->uHyperHints = GIM_HV_HINT_MSR_FOR_SYS_RESET 112 | GIM_HV_HINT_RELAX_TIME_CHECKS; 112 113 113 114 /* Hypervisor capabilities; features used by the hypervisor. */
Note:
See TracChangeset
for help on using the changeset viewer.