From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tlm3P-0006C3-OF for qemu-devel@nongnu.org; Thu, 20 Dec 2012 14:45:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tlm3E-0001ij-S4 for qemu-devel@nongnu.org; Thu, 20 Dec 2012 14:45:15 -0500 Received: from mail-ia0-f180.google.com ([209.85.210.180]:35219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tlm3E-0001g8-Mj for qemu-devel@nongnu.org; Thu, 20 Dec 2012 14:45:04 -0500 Received: by mail-ia0-f180.google.com with SMTP id t4so3276383iag.11 for ; Thu, 20 Dec 2012 11:45:03 -0800 (PST) Sender: Richard Henderson Message-ID: <50D36ABD.3010501@twiddle.net> Date: Thu, 20 Dec 2012 11:45:01 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1355246472-16743-1-git-send-email-rth@twiddle.net> In-Reply-To: <1355246472-16743-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 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 Ping? It's got reviews... r~ On 12/11/2012 09:21 AM, Richard Henderson wrote: > 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 ++++++++++++++++++--- > fpu/softfloat.h | 3 +++ > 2 files changed, 21 insertions(+), 3 deletions(-) >