]> git.proxmox.com Git - qemu.git/blobdiff - hw/timer/omap_synctimer.c
aio / timers: Switch entire codebase to the new timer API
[qemu.git] / hw / timer / omap_synctimer.c
index a12aca20df849a8e926b9f54bee5048ef2da353d..8e50488d179c0f0a7ff736894464f9b788b26de1 100644 (file)
@@ -28,7 +28,7 @@ struct omap_synctimer_s {
 
 /* 32-kHz Sync Timer of the OMAP2 */
 static uint32_t omap_synctimer_read(struct omap_synctimer_s *s) {
-    return muldiv64(qemu_get_clock_ns(vm_clock), 0x8000, get_ticks_per_sec());
+    return muldiv64(qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL), 0x8000, get_ticks_per_sec());
 }
 
 void omap_synctimer_reset(struct omap_synctimer_s *s)