From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Huth Subject: Re: [kvm-unit-tests PATCH 1/6] fix conversions in report()s Date: Thu, 18 May 2017 04:34:48 +0200 Message-ID: References: <20170517201405.19867-1-rkrcmar@redhat.com> <20170517201405.19867-2-rkrcmar@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Paolo Bonzini To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:57246 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752277AbdERCev (ORCPT ); Wed, 17 May 2017 22:34:51 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2236281F01 for ; Thu, 18 May 2017 02:34:51 +0000 (UTC) In-Reply-To: <20170517201405.19867-2-rkrcmar@redhat.com> Content-Language: en-US Sender: kvm-owner@vger.kernel.org List-ID: On 17.05.2017 22:14, Radim Krčmář wrote: > Fix conversions that would trigger a warning if the format was checked > by a compiler. > > Signed-off-by: Radim Krčmář > --- > arm/selftest.c | 2 +- > powerpc/selftest.c | 2 +- > powerpc/spapr_hcall.c | 2 +- > x86/asyncpf.c | 6 +++--- > x86/hyperv_synic.c | 2 +- > x86/tsc.c | 2 +- > 6 files changed, 8 insertions(+), 8 deletions(-) Reviewed-by: Thomas Huth