From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrCqN-00070Q-Qk for qemu-devel@nongnu.org; Fri, 04 Jan 2013 14:22:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TrCqK-000705-9h for qemu-devel@nongnu.org; Fri, 04 Jan 2013 14:22:15 -0500 Received: from mail-ia0-f180.google.com ([209.85.210.180]:44851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrCb3-0001NA-GS for qemu-devel@nongnu.org; Fri, 04 Jan 2013 14:06:25 -0500 Received: by mail-ia0-f180.google.com with SMTP id t4so13848613iag.39 for ; Fri, 04 Jan 2013 11:06:25 -0800 (PST) Sender: Richard Henderson Message-ID: <50E7282F.9060008@twiddle.net> Date: Fri, 04 Jan 2013 11:06:23 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1356977344-3679-1-git-send-email-rth@twiddle.net> In-Reply-To: <1356977344-3679-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/2] soft-float-fixes for target-s390x List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl Ping. r~ On 12/31/2012 10:09 AM, Richard Henderson wrote: > Changes v3-v4: > Rebase after source tree rearrangements. > > Changes v2-v3: > Ignore softfloat "style" completely. Code now formatted per QEMU. > > Changes v1-v2: > Incorporating feedback from Peter Maydell (previously missed in > the 140+ message thread). > > > r~ > > > Richard Henderson (2): > softfloat: Fix uint64_to_float64 > softfloat: Implement uint64_to_float128 > > fpu/softfloat.c | 21 ++++++++++++++++++--- > include/fpu/softfloat.h | 3 +++ > 2 files changed, 21 insertions(+), 3 deletions(-) >