From: Dor Laor <dor.laor@qumranet.com>
To: Beth Kon <eak@us.ibm.com>
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org,
Alexander Graf <agraf@suse.de>
Subject: Re: [Qemu-devel] [PATCH 1/2] Add HPET emulation to qemu (v3)
Date: Mon, 27 Oct 2008 12:49:13 +0200 [thread overview]
Message-ID: <49059CA9.30007@il.qumranet.com> (raw)
In-Reply-To: <1224529724.3399.27.camel@beth-laptop>
[-- Attachment #1: Type: text/plain, Size: 1546 bytes --]
Beth Kon wrote:
> On Fri, 2008-10-17 at 16:49 +0100, Jamie Lokier wrote:
>
>> Beth Kon wrote:
>>
>>> Clock drift on Linux is in the range of .017% - .019%, loaded and unloaded. I
>>> haven't found a straightforward way to test on Windows and would appreciate
>>> any pointers to existing approaches.
>>>
>> Is there any reason why there should be any clock drift, when the
>> guest is using a non-PIT clock?
>>
>> I'm probably being naive, but with 32-bit or 64-bit HPET counters
>> available to the guest, and accurate values from the CMOS clock
>> emulation, I don't see why drift would accumulate over the long term
>> relative to the host clock.
>>
>
> I was measuring with ntpdate, so the drift is with respect to the ntp
> server pool, not the host clock. But in any case, since timer interrupts
> and reads of the hpet counter are at the mercy of the host scheduler
> (i.e., the qemu process can be swapped out at any time during hpet read
> or timer expiration), I'd guess there would always be some amount of
> inaccuracy. Also, qemu checks for timer expiration (qemu_run_timers) as
> part of a bigger loop (main_loop_wait), so the varying amounts of work
> to do elsewhere in the loop from iteration to iteration would also
> introduce irregular delays.
>
This is exactly why hpet as the other clock emulation in qemu (pit, rtc,
pm?) need
to check whether their irq was really injected. Gleb sent patches for
the rtc, pit.
The idea is to check with the irq chip if the injected irq was really
successful.
Dor
[-- Attachment #2: Type: text/html, Size: 2002 bytes --]
next prev parent reply other threads:[~2008-10-27 10:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-17 12:17 [Qemu-devel] [PATCH 1/2] Add HPET emulation to qemu (v3) Beth Kon
2008-10-17 13:14 ` rinku buragohain
2008-10-17 15:49 ` Jamie Lokier
2008-10-20 19:08 ` Beth Kon
2008-10-27 10:49 ` Dor Laor [this message]
2008-10-30 17:57 ` Beth Kon
2008-11-05 12:55 ` Dor Laor
2008-11-05 14:48 ` Jamie Lokier
2008-10-21 15:21 ` [Qemu-devel] " Anthony Liguori
2008-10-27 14:07 ` Beth Kon
2008-10-29 3:41 ` Alexander Graf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49059CA9.30007@il.qumranet.com \
--to=dor.laor@qumranet.com \
--cc=agraf@suse.de \
--cc=eak@us.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).