]> Git Repo - qemu.git/blobdiff - qemu-timer.c
target-arm: Set CPU has_el3 prop during virt init
[qemu.git] / qemu-timer.c
index c77de643014e1025fcdae6c5ff4d6dded372101d..cb7d988b566b8389f4fec4d374565f3a0785815c 100644 (file)
@@ -573,6 +573,8 @@ int64_t qemu_clock_get_ns(QEMUClockType type)
             notifier_list_notify(&clock->reset_notifiers, &now);
         }
         return now;
+    case QEMU_CLOCK_VIRTUAL_RT:
+        return cpu_get_clock();
     }
 }
 
This page took 0.023409 seconds and 4 git commands to generate.