Index: /trunk/src/VBox/VMM/VMMR3/GIMHv.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/GIMHv.cpp	(revision 52026)
+++ /trunk/src/VBox/VMM/VMMR3/GIMHv.cpp	(revision 52027)
@@ -109,5 +109,6 @@
 
         /* Hypervisor recommendations to the guest. */
-        pHv->uHyperHints = GIM_HV_HINT_MSR_FOR_SYS_RESET;
+        pHv->uHyperHints = GIM_HV_HINT_MSR_FOR_SYS_RESET
+                         | GIM_HV_HINT_RELAX_TIME_CHECKS;
 
         /* Hypervisor capabilities; features used by the hypervisor. */
