From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 3/3] xen/privcmd: add IOCTL_PRIVCMD_SYNC_WALLCLOCK to sync Xen's wallclock Date: Fri, 12 Oct 2012 17:30:03 +0100 Message-ID: <5078458B.7090901@citrix.com> References: <1350046634-2462-1-git-send-email-david.vrabel@citrix.com> <1350046634-2462-4-git-send-email-david.vrabel@citrix.com> <20121012134147.GA11778@phenom.dumpdata.com> <507822ED.2090900@citrix.com> <5078304D.1050807@citrix.com> <20121012150251.GB20842@phenom.dumpdata.com> <507841D8.6090205@citrix.com> <20121012161610.GA7880@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20121012161610.GA7880@phenom.dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk Cc: Konrad Rzeszutek Wilk , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 12/10/12 17:16, Konrad Rzeszutek Wilk wrote: > > So, having both ntpd (which calls call adjtimex) - which would run in the > background; and hwclock run at startup - (which updates the RTC, which ends > - I hope - being trapped by the hypervisor), we end up with the correct > time, right? Yes, unless you start a guest before ntpd has synchronized. David