]> Git Repo - qemu.git/commit
arm: switch real-time clocks to rtc_clock
authorPaolo Bonzini <[email protected]>
Fri, 30 Mar 2012 10:31:22 +0000 (10:31 +0000)
committerPeter Maydell <[email protected]>
Fri, 30 Mar 2012 10:31:22 +0000 (10:31 +0000)
commit348abc86c8f4b07264b0ff939394b878a3beace1
tree8e213a4d373dcf2c93c0aa97a4da9d4220e0b27d
parente230d4e8bd79a7a7b6d431d6659fa0234f95c82d
arm: switch real-time clocks to rtc_clock

This lets the user specify the desired semantics.  By default, the RTC
will follow adjustments from the host's NTP client.  "-rtc clock=vm" will
improve determinism with both icount and qtest.  Finally, the previous
behavior is available with "-rtc clock=rt".

Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
hw/omap1.c
hw/pxa2xx.c
hw/strongarm.c
hw/twl92230.c
This page took 0.022135 seconds and 4 git commands to generate.