From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWqUS-0002KF-Fg for qemu-devel@nongnu.org; Thu, 17 Oct 2013 12:32:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWqUM-0008FD-U7 for qemu-devel@nongnu.org; Thu, 17 Oct 2013 12:32:00 -0400 Received: from [2a03:4000:1::4e2f:c7ac:d] (port=53295 helo=v220110690675601.yourvserver.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWqUM-0008F0-N6 for qemu-devel@nongnu.org; Thu, 17 Oct 2013 12:31:54 -0400 Message-ID: <526010E8.8090207@weilnetz.de> Date: Thu, 17 Oct 2013 18:31:36 +0200 From: Stefan Weil MIME-Version: 1.0 References: <525EA08D.7000004@gmail.com> <525F00C1.5050002@gmail.com> <9D42EDA5-1E37-4E8E-B38C-643CC76D49FB@suse.de> In-Reply-To: <9D42EDA5-1E37-4E8E-B38C-643CC76D49FB@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH V2] Fix float64_to_uint64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta Cc: Peter Maydell , Richard Henderson , "qemu-ppc@nongnu.org" , Alexander Graf , QEMU Developers Am 17.10.2013 11:40, schrieb Alexander Graf: > On 16.10.2013, at 23:10, Tom Musta wrote: > >> The comment preceding the float64_to_uint64 routine suggests that >> the implementation is broken. And this is, indeed, the case. >> >> This patch properly implements the conversion of a 64-bit floating >> point number to an unsigned, 64 bit integer. >> >> Note that the patch does not pass scripts/checkpatch.pl because it >> maintains the coding style of fpu/softfloat.c. >> >> V2: This contribution can be licensed under either the softfloat-2a or -2b >> license. > Missing a SoB line. > > > Alex There is already a mix of coding styles in fpu/softfloat.c, and your patch adds large regions of new code. Therefore I expect that such contributions should respect the QEMU coding style. The situation is different if only single lines in some function are replaced or added. Stefan