From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fY5jb-0002N3-CK for qemu-devel@nongnu.org; Wed, 27 Jun 2018 04:23:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fY5jY-0003B0-53 for qemu-devel@nongnu.org; Wed, 27 Jun 2018 04:23:27 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:40464 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fY5jX-0003Ao-W9 for qemu-devel@nongnu.org; Wed, 27 Jun 2018 04:23:24 -0400 From: Juan Quintela In-Reply-To: <20180621150254.4922-1-stefanha@redhat.com> (Stefan Hajnoczi's message of "Thu, 21 Jun 2018 16:02:54 +0100") References: <20180621150254.4922-1-stefanha@redhat.com> Reply-To: quintela@redhat.com Date: Wed, 27 Jun 2018 10:26:48 +0200 Message-ID: <878t70my7r.fsf@secure.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] trace: forbid floating point types List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, "Dr. David Alan Gilbert" , Markus Armbruster , Michael Roth , "Daniel P . =?utf-8?Q?Berrang=C3=A9?=" , Peter Maydell Stefan Hajnoczi wrote: > Only one existing trace event uses a floating point type. Unfortunately > float and double cannot be supported since SystemTap does not have > floating point types. > > Remove float and double from the whitelist and document this limitation. > Update the migrate_transferred trace event to use uint64_t instead of > double. > > Cc: Dr. David Alan Gilbert > Cc: Daniel P. Berrang=C3=A9 > Cc: Peter Maydell > Signed-off-by: Stefan Hajnoczi Reviewed-by: Juan Quintela We don't really care so much about this value, and or how it is printed.