]> git.proxmox.com Git - mirror_qemu.git/commit
arm: switch real-time clocks to rtc_clock
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 30 Mar 2012 10:31:22 +0000 (10:31 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
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 <pbonzini@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/omap1.c
hw/pxa2xx.c
hw/strongarm.c
hw/twl92230.c