From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: [PATCH 0/2] tools: add wallclock synchronization Date: Fri, 12 Oct 2012 14:02:48 +0100 Message-ID: <1350046970-2591-1-git-send-email-david.vrabel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: David Vrabel List-Id: xen-devel@lists.xenproject.org This is the toolstack side of the Linux wallclock fixes. A new libxc call, xc_wallclock_sync() is provided and a new command line utility (xen-wallclock) makes use of this. I also considered making libxl call xc_wallclock_sync() during domain creation but wasn't sure if this was sensible or whether there needed to be an xl configuration option to enable/disable this behaviour. Any comments? David