All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Lutomirski <luto@amacapital.net>
To: "Radim Krčmář" <rkrcmar@redhat.com>
Cc: Owen Hofmann <osh@google.com>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	Peter Hornyack <peterhornyack@google.com>,
	KVM General <kvm@vger.kernel.org>,
	Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: What time is it kvm-clock?
Date: Fri, 26 Feb 2016 09:02:16 -0800	[thread overview]
Message-ID: <CALCETrXSKaBYmizkaSbFcC+FUXbdA1P50wg_o_MBCMZm1SjpPw@mail.gmail.com> (raw)
In-Reply-To: <20160225122053.GC18319@potion.redhat.com>

On Thu, Feb 25, 2016 at 4:20 AM, Radim Krčmář <rkrcmar@redhat.com> wrote:
> 2016-02-24 19:50-0800, Owen Hofmann:
>> On Wed, Feb 24, 2016 at 5:19 PM, Andy Lutomirski <luto@amacapital.net> wrote:
>>> Of course the guest can run its own NTP daemon or similar adjtimex
>>> caller and cause the guest to stop tracking the host.  But if the host
>>> passed CLOCK_MONOTONIC through, then the guest would, by default,
>>> treat kvm-clock as an exactly 1GHz source and would then expose a
>>> disciplined NTP-tracking CLOCK_MONOTONIC through to its user apps even
>>> without an NTP client on the guest.
>>>
>>> If integration with the POSIX clock core were provided, the guest
>>> would learn to consume the host's CLOCK_REALTIME as well, as long as
>>> the host uses the tsc as its clocksource.
>>
>> Your proposal, which I'd describe as a direct passthrough (to the
>> extent possible) of the host gettimeofday vdso to a kvm guest, sounds
>> like a much better way to get clock frequency adjustments from the
>> host to the guest. But I don't know if I can think of a reason to do
>> this besides "hey you don't have to run ntp". Is there a situation you
>> have in mind that this helps out?
>
> Running NTP only on the host is a good reason.
> (And probably the only reason I'd call good, because any software that
>  passes TSC or CLOCK_MONOTONIC timestamps between hosts needs to handle
>  their differences.)

There are handful of distributed algorithms that benefit from clocks
with a bounded worst-case synchronization error.  I think that Google
uses some.  If some cloud provider were to provide, say, 10ms max
CLOCK_REALTIME error and pass CLOCK_REALTIME through using kvm-clock,
it could be quite useful.

--Andy

  reply	other threads:[~2016-02-26 17:02 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-24  2:31 What time is it kvm-clock? Owen Hofmann
2016-02-24  3:57 ` Marcelo Tosatti
2016-02-24 17:35   ` Peter Hornyack
2016-02-24 20:17     ` Radim Krčmář
2016-02-24 20:24       ` Andy Lutomirski
2016-02-24 20:53         ` Radim Krčmář
2016-02-25 11:13           ` Radim Krčmář
2016-02-25 11:22           ` Marcelo Tosatti
2016-02-24 23:35     ` Marcelo Tosatti
2016-02-24 23:36       ` Marcelo Tosatti
2016-02-25  1:19       ` Andy Lutomirski
2016-02-25  3:50         ` Owen Hofmann
2016-02-25 12:20           ` Radim Krčmář
2016-02-26 17:02             ` Andy Lutomirski [this message]
2016-02-26 19:30               ` Marcelo Tosatti
2016-02-27  0:00                 ` Andy Lutomirski
2016-02-25 11:36         ` Radim Krčmář
2016-02-25 12:12         ` Marcelo Tosatti
2016-02-24  3:59 ` Marcelo Tosatti
2016-02-24 14:14 ` Paolo Bonzini
2016-02-24 16:44   ` Andy Lutomirski
2016-02-24 17:38     ` Marcelo Tosatti
2016-02-24 19:38       ` Andy Lutomirski
2016-02-24 19:44         ` Paolo Bonzini
2016-02-24 19:52           ` Andy Lutomirski
2016-02-24 19:55         ` Owen Hofmann
2016-02-25 12:22           ` Joao Martins
2016-02-25 12:22           ` Joao Martins
2016-02-26 15:04 ` Marcelo Tosatti

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=CALCETrXSKaBYmizkaSbFcC+FUXbdA1P50wg_o_MBCMZm1SjpPw@mail.gmail.com \
    --to=luto@amacapital.net \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=osh@google.com \
    --cc=pbonzini@redhat.com \
    --cc=peterhornyack@google.com \
    --cc=rkrcmar@redhat.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.