From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bruce Rogers" Subject: Re: [PATCHl] localtime basis for paravirtualized guests Date: Wed, 05 Apr 2006 10:30:53 -0400 Message-ID: <4433722E.092E.0048.1@novell.com> References: <4428F384.092E.0048.1@novell.com> <442D2D2D.092E.0048.1@novell.com> <268cbf4ac7bb43efa0994df4a124a19d@cl.cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <268cbf4ac7bb43efa0994df4a124a19d@cl.cam.ac.uk> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Ian Pratt , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Thanks. I'll resend then. I did notice a few issues with my original patch, so it good that it's getting looked at in greater detail. - Bruce >>> Keir Fraser 4/5/2006 7:03:50 am >>> On 31 Mar 2006, at 21:22, Bruce Rogers wrote: > This patch allows the localtime parameter to be used for > para-virtualized guests. > Some paravirtualized guests may need to start with a local time basis > instead of UTC. > This patch provides for that need. Please review and apply. I've just checked in a patch to provide a clean wallclock update interface from common Xen code. Please re-send based on that patch. Your dom0_op implementation should modify d->time_offset_seconds directly and then call update_domain_wallclock_time(d). Apart from that, the time_offset_seconds field in dom0_op.h should be type int32_t (we don't use s32 in public headers). -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel