diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-07-13 23:20:22 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-07-13 23:20:22 +0000 |
commit | 1dce7c3c2244a6f149e7afd7b1d84963ed57b7fd (patch) | |
tree | 692d4ec2e89b191c3900a0baaa98a9e8f7c31b22 /vl.h | |
parent | effedbc915c51bf2f65818960671fef2bf8c54cf (diff) |
new clock logic: cpu ticks and virtual clocks are no longer proportional - added timestamps on the stdio console
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2049 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -390,6 +390,7 @@ int qemu_timer_pending(QEMUTimer *ts); extern int64_t ticks_per_sec; extern int pit_min_timer_count; +int64_t cpu_get_ticks(void); void cpu_enable_ticks(void); void cpu_disable_ticks(void); |