From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [Patch v3] x86/time: Update wallclock in shared info when altering domain time offset Date: Wed, 17 Jul 2013 17:32:08 +0100 Message-ID: References: <1374059155-14647-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1374059155-14647-1-git-send-email-andrew.cooper3@citrix.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: Andrew Cooper , Xen-devel Cc: Paul Durrant , Jan Beulich List-Id: xen-devel@lists.xenproject.org On 17/07/2013 12:05, "Andrew Cooper" wrote: > domain_set_time_offset() udpates d->time_offset_seconds, but does not correct > the wallclock in the shared info, meaning that it is incorrect until the next > XENPF_settime hypercall from dom0 which resynchronises the wallclock for all > domains. > > Signed-off-by: Andrew Cooper > CC: Keir Fraser > CC: Jan Beulich > CC: Paul Durrant Acked-by: Keir Fraser