From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH v4 1/8] hvmloader: Remove all 64-bit print arguments Date: Fri, 21 Jun 2013 11:48:39 +0100 Message-ID: <20932.12167.39614.419035@mariner.uk.xensource.com> References: <1371811594-31135-1-git-send-email-george.dunlap@eu.citrix.com> <1371811594-31135-2-git-send-email-george.dunlap@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1371811594-31135-2-git-send-email-george.dunlap@eu.citrix.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: George Dunlap Cc: Keir Fraser , Hanweidong , Stefano Stabellini , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org 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