From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Huth Subject: Re: [kvm-unit-tests PATCH v3 2/4] lib/alloc: fix format warnings, add/use PRIx64 Date: Thu, 3 Mar 2016 13:38:03 +0100 Message-ID: <56D8302B.9030607@redhat.com> References: <1457008388-12749-1-git-send-email-drjones@redhat.com> <1457008388-12749-3-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: pbonzini@redhat.com, rkrcmar@redhat.com To: Andrew Jones , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:44309 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753121AbcCCMiH (ORCPT ); Thu, 3 Mar 2016 07:38:07 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id CD5B5C00F5DC for ; Thu, 3 Mar 2016 12:38:06 +0000 (UTC) In-Reply-To: <1457008388-12749-3-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 03.03.2016 13:33, Andrew Jones wrote: > Also add casts, in case phys_addr_t is only a u32. > > Signed-off-by: Andrew Jones > --- > lib/alloc.c | 25 ++++++++++++++----------- > lib/libcflat.h | 12 ++++++++++++ > 2 files changed, 26 insertions(+), 11 deletions(-) Reviewed-by: Thomas Huth