From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH v4 1/8] hvmloader: Remove all 64-bit print arguments Date: Fri, 21 Jun 2013 12:20:18 +0100 Message-ID: References: <20932.12167.39614.419035@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20932.12167.39614.419035@mariner.uk.xensource.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: Ian Jackson , George Dunlap Cc: Hanweidong , Stefano Stabellini , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 21/06/2013 11:48, "Ian Jackson" wrote: > George Dunlap writes ("[PATCH v4 1/8] hvmloader: Remove all 64-bit print > arguments"): >> The printf() available to hvmloader does not handle 64-bit data types; >> manually break them down as two 32-bit strings. >> >> v4: >> - Make macros for the requisite format and bit shifting > > This is an improvement. > > Acked-by: Ian Jackson Acked-by: Keir Fraser I like it because it makes it easy to go implement %llx properly later. I think it's dumb we're not doing that now to be honest, we have code in Xen that could be pinched. -- Keir