qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] PIT clock count


From: Robert Falk
Subject: [Qemu-devel] PIT clock count
Date: Tue, 27 Jun 2006 10:45:16 +0200

Hi,

we are developing an x86 application that we are testing using qemu and
are having some issues with the PIT clock count. We are using PIT clock
count as a reference to measure cpu frequency:

wait_wrap()
a=read_current_cycles()
wait_wrap()
b=read_current_cycles()
calculate_freq(a,b)...

The problem is that when running in qemu it sometimes "loops twice" in the
wrap wait, thus reporting twice the cycles. The same problem occurs
whether I am running 100Hz or 1000Hz.

Is this a known bug? And is there any solution? I recall I have seen
similar problems with VMWare and Linux.

 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]