From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH kvm-unit-tests] libcflat: add support for %zd and %td Date: Fri, 12 May 2017 17:54:59 +0200 Message-ID: <20170512155459.GD13216@potion> References: <20170512154248.23450-1-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Paolo Bonzini Return-path: Received: from mx1.redhat.com ([209.132.183.28]:19827 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755325AbdELPzF (ORCPT ); Fri, 12 May 2017 11:55:05 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 851707F7C5 for ; Fri, 12 May 2017 15:55:04 +0000 (UTC) Content-Disposition: inline In-Reply-To: <20170512154248.23450-1-pbonzini@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 2017-05-12 17:42+0200, Paolo Bonzini: > These are useful to avoid warnings from the compiler. > > Signed-off-by: Paolo Bonzini > --- Applied, thanks.