From owner-freebsd-xen@FreeBSD.ORG Fri May 29 13:45:59 2009 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41CFE1065676 for ; Fri, 29 May 2009 13:45:59 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id F3EF58FC1E for ; Fri, 29 May 2009 13:45:58 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by qw-out-2122.google.com with SMTP id 3so3234643qwe.7 for ; Fri, 29 May 2009 06:45:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=OfZ/ciVFRkiepCrinP2QO+FpbY11FwMhLjg8gu6G5kE=; b=FzCIBZGOUjBpRBxphZZU31rgjt540jFjN1L7Iug/2vJo3PCq1BYxVa+ORTNkJAJWk3 KZXdJn7+E7sKqpXm6HNBQJTVMbOcFsEwzmp28DH14zhSB3Yzrla3jQFfQixYHWWMqsuF I3pBb96xTkn1Qt85ZyJShq03lDwevu4LQQFd0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=qFJVjWMQ/GY0QpSodS2RBKXmdl+JkYqYl256h3Z17XiwUBmWLRkjWUwS8SZm5+GXAG LxPvS7ORvDnCohsuNpCLogXIoR8kM/HgEskn5RH0aXTw6POF67gPfPwm7dHGNxYgOOZN 1NidAKJK22aIIbKaL2c80FrBaUzsQoaH7ca58= MIME-Version: 1.0 Sender: adrian.chadd@gmail.com Received: by 10.229.97.194 with SMTP id m2mr1084561qcn.21.1243604758486; Fri, 29 May 2009 06:45:58 -0700 (PDT) Date: Fri, 29 May 2009 21:45:58 +0800 X-Google-Sender-Auth: 18c1b28bff683a51 Message-ID: From: Adrian Chadd To: freebsd-xen@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Clock TOD issues (mostly) resolved? X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2009 13:45:59 -0000 G'day, I've just committed some changes to the Xen clock code which should resolve some of the random time jumps people may have seen when the dom0/hypervisor clock was updated. Please test! Adrian