qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: "Daniel P. Berrange" <berrange@redhat.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
	qemu-devel <qemu-devel@nongnu.org>, kvm <kvm@vger.kernel.org>
Subject: Re: [Qemu-devel] qemu-kvm upstreaming: Do we need -no-kvm-pit and -no-kvm-pit-reinjection semantics?
Date: Fri, 20 Jan 2012 13:00:06 +0100	[thread overview]
Message-ID: <4F195746.1010403@siemens.com> (raw)
In-Reply-To: <20120120114517.GC28798@redhat.com>

On 2012-01-20 12:45, Daniel P. Berrange wrote:
> On Fri, Jan 20, 2012 at 12:13:48PM +0100, Jan Kiszka wrote:
>> On 2012-01-20 11:25, Daniel P. Berrange wrote:
>>> On Fri, Jan 20, 2012 at 11:22:27AM +0100, Jan Kiszka wrote:
>>>> On 2012-01-20 11:14, Marcelo Tosatti wrote:
>>>>> On Thu, Jan 19, 2012 at 07:01:44PM +0100, Jan Kiszka wrote:
>>>>>> On 2012-01-19 18:53, Marcelo Tosatti wrote:
>>>>>>>> What problems does it cause, and in which scenarios? Can't they be
>>>>>>>> fixed?
>>>>>>>
>>>>>>> If the guest compensates for lost ticks, and KVM reinjects them, guest
>>>>>>> time advances faster then it should, to the extent where NTP fails to
>>>>>>> correct it. This is the case with RHEL4.
>>>>>>>
>>>>>>> But for example v2.4 kernel (or Windows with non-acpi HAL) do not
>>>>>>> compensate. In that case you want KVM to reinject.
>>>>>>>
>>>>>>> I don't know of any other way to fix this.
>>>>>>
>>>>>> OK, i see. The old unsolved problem of guessing what is being executed.
>>>>>>
>>>>>> Then the next question is how and where to control this. Conceptually,
>>>>>> there should rather be a global switch say "compensate for lost ticks of
>>>>>> periodic timers: yes/no" - instead of a per-timer knob. Didn't we
>>>>>> discussed something like this before?
>>>>>
>>>>> I don't see the advantage of a global control versus per device
>>>>> control (in fact it lowers flexibility).
>>>>
>>>> Usability. Users should not have to care about individual tick-based
>>>> clocks. They care about "my OS requires lost ticks compensation, yes or no".
>>>
>>> FYI, at the libvirt level we model policy against individual timers, for
>>> example:
>>>
>>>   <clock offset="localtime">
>>>     <timer name="rtc" tickpolicy="catchup" track="guest"/>
>>>     <timer name="pit" tickpolicy="delay"/>
>>>   </clock>
>>
>> Are the various modes of tickpolicy fully specified somewhere?
> 
> There are some (not all that great) docs here:
> 
>   http://libvirt.org/formatdomain.html#elementsTime
> 
> The meaning of the 4 policies are:
> 
>       delay: continue to deliver at normal rate

What does this mean? The timer stops ticking until the guest accepts its
ticks again?

>     catchup: deliver at higher rate to catchup
>       merge: ticks merged into 1 single tick
>     discard: all missed ticks are discarded

But those interpretations aren't stated in the docs. That makes it hard
to map them on individual hypervisors - or model proper new hypervisor
interfaces accordingly.

> 
> 
> The original design rationale was here, though beware that some things
> changed between this design & the actual implementation libvirt has:
> 
>   https://www.redhat.com/archives/libvir-list/2010-March/msg00304.html
> 
> Regards,
> Daniel

Given that there is almost no tick compensation in QEMU yet (ignoring
the awful RTC hack for now), this is a good time to establish a useful
generic interface with the advent of the KVM device models.

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux

  reply	other threads:[~2012-01-20 12:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-19  8:33 [Qemu-devel] qemu-kvm upstreaming: Do we need -no-kvm-pit and -no-kvm-pit-reinjection semantics? Jan Kiszka
2012-01-19 17:25 ` Marcelo Tosatti
2012-01-19 17:38   ` Jan Kiszka
2012-01-19 17:53     ` Marcelo Tosatti
2012-01-19 18:01       ` Jan Kiszka
2012-01-20 10:14         ` Marcelo Tosatti
2012-01-20 10:22           ` Jan Kiszka
2012-01-20 10:25             ` Daniel P. Berrange
2012-01-20 11:13               ` Jan Kiszka
2012-01-20 11:45                 ` Daniel P. Berrange
2012-01-20 12:00                   ` Jan Kiszka [this message]
2012-01-20 12:42                     ` Daniel P. Berrange
2012-01-20 12:51                       ` Jan Kiszka
2012-01-20 12:54                         ` Daniel P. Berrange
2012-01-20 13:02                           ` Jan Kiszka
2012-01-20 13:06                             ` Daniel P. Berrange
2012-01-20 10:39             ` Jamie Lokier
2012-01-20 11:13               ` Jan Kiszka

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=4F195746.1010403@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=berrange@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --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).