Re: [Qemu-devel] [PATCH v2 2/2] Change timedrift default value to slew

2012-03-21 Thread Crístian Viana
On 21-03-2012 03:02, Paolo Bonzini wrote: > This piece of code from the previous if: > > if (!strcmp(value, "slew")) { > static GlobalProperty slew_lost_ticks[] = { > { > .driver = "mc146818rtc", > .property = "lost_tick

Re: [Qemu-devel] [PATCH v2 2/2] Change timedrift default value to slew

2012-03-20 Thread Paolo Bonzini
Il 20/03/2012 21:59, Crístian Viana ha scritto: > Windows 2008+ is very sensitive to missed ticks. The RTC is used by default as > the time source. If time drift is not enabled, Windows is prone to > blue screening. > > Signed-off-by: Crístian Viana > --- > hw/mc146818rtc.c |2 +- > vl.c

[Qemu-devel] [PATCH v2 2/2] Change timedrift default value to slew

2012-03-20 Thread Crístian Viana
Windows 2008+ is very sensitive to missed ticks. The RTC is used by default as the time source. If time drift is not enabled, Windows is prone to blue screening. Signed-off-by: Crístian Viana --- hw/mc146818rtc.c |2 +- vl.c |2 +- 2 files changed, 2 insertions(+), 2 deletio