From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cniZE-0006u0-94 for qemu-devel@nongnu.org; Tue, 14 Mar 2017 05:16:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cniZ6-0006mR-ML for qemu-devel@nongnu.org; Tue, 14 Mar 2017 05:16:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49116) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cniZ6-0006l8-Di for qemu-devel@nongnu.org; Tue, 14 Mar 2017 05:16:24 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 727BB80F6D for ; Tue, 14 Mar 2017 09:16:24 +0000 (UTC) Message-ID: <1489482980.27633.0.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 14 Mar 2017 10:16:20 +0100 In-Reply-To: <20170313195547.21466-8-eblake@redhat.com> References: <20170313195547.21466-1-eblake@redhat.com> <20170313195547.21466-8-eblake@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2 07/30] trace: Fix parameter types in ui List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, stefanha@redhat.com On Mo, 2017-03-13 at 14:55 -0500, Eric Blake wrote: > An upcoming patch will let the compiler warn us when we are silently > losing precision in traces; update the trace definitions to pass > through the full value at the callsite. >=20 > Signed-off-by: Eric Blake Reviewed-by: Gerd Hoffmann