commit | 3f4cdf151145f7eaa3480aea5d81d7def2f85a68 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Oct 29 18:03:10 2012 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 30 09:18:44 2012 +0100 |
tree | 0380dc25471d68fa0c0bd2bf8bdfe338e5f7ea7e | |
parent | 172061a0a0d98c974ea8d5ed715195237bc44225 [diff] |
qemu-tool: do not depend on qemu-timer.c Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/qemu-tool.c b/qemu-tool.c index 28a4e8d..b46631e 100644 --- a/qemu-tool.c +++ b/qemu-tool.c
@@ -70,7 +70,7 @@ int64_t cpu_get_clock(void) { - return qemu_get_clock_ns(rt_clock); + return get_clock_realtime(); } int64_t cpu_get_icount(void)