Guest Time drift: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
Windows uses the both the Real-Time Clock (RTC) and the Time Stamp Counter (TSC). | Windows uses the both the Real-Time Clock (RTC) and the Time Stamp Counter (TSC). | ||
For Windows guests the | For Windows guests the RTC can be used instead of the TSC for all time sources, which resolves guest timing issues. | ||
To enable the | To enable the RTC for the PMTIMER clock source (usually uses the TSC), add the option '''/usepmtimer''' to the end of the boot line in '''boot.ini'''. | ||
==WIN VISTA - WIN7 - WIN2008== | ==WIN VISTA - WIN7 - WIN2008== |
Revision as of 23:44, 16 October 2013
Some tips if you have time drifts (mainly for windows)
WIN XP - WIN2003
Using the Real-Time Clock with Windows Server 2003 and Windows XP guests
Windows uses the both the Real-Time Clock (RTC) and the Time Stamp Counter (TSC).
For Windows guests the RTC can be used instead of the TSC for all time sources, which resolves guest timing issues.
To enable the RTC for the PMTIMER clock source (usually uses the TSC), add the option /usepmtimer to the end of the boot line in boot.ini.
WIN VISTA - WIN7 - WIN2008
In your windows guest:
C:\Windows\system32>bcdedit /set {default} USEPLATFORMCLOCK on