From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH 7/7] xen: sched / cpupool: dump the actual value of NOW() Date: Thu, 8 Oct 2015 14:12:03 +0100 Message-ID: <56166BA3.7070707@citrix.com> References: <20151008124027.12522.42552.stgit@Solace.station> <20151008125320.12522.62099.stgit@Solace.station> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZkAzV-0003ct-LY for xen-devel@lists.xenproject.org; Thu, 08 Oct 2015 13:12:13 +0000 In-Reply-To: <20151008125320.12522.62099.stgit@Solace.station> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Dario Faggioli , xen-devel@lists.xenproject.org Cc: Juergen Gross , George Dunlap List-Id: xen-devel@lists.xenproject.org On 08/10/15 13:53, Dario Faggioli wrote: > rather than its hexadecimal representation. This makes > it easier to compare the actual system time with other > times being printed out (e.g., deadlines in RTDS). > > Signed-off-by: Dario Faggioli Reviewed-by: Andrew Cooper There are a number of other areas of code which do the same (which I noticed when doing the keyhandler refactor). I was going to find and fix them all in some free time.