From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guOWE-00035P-2Q for qemu-devel@nongnu.org; Thu, 14 Feb 2019 16:26:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guOGu-0007qh-Nd for qemu-devel@nongnu.org; Thu, 14 Feb 2019 16:10:17 -0500 Received: from mail-pf1-x442.google.com ([2607:f8b0:4864:20::442]:43486) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1guOGu-0007nb-CS for qemu-devel@nongnu.org; Thu, 14 Feb 2019 16:10:16 -0500 Received: by mail-pf1-x442.google.com with SMTP id q17so3698094pfh.10 for ; Thu, 14 Feb 2019 13:10:15 -0800 (PST) References: <20190206052857.5077-1-richard.henderson@linaro.org> From: Richard Henderson Message-ID: <0334b231-fa3e-210c-ea9e-9d7bb7b21d1f@linaro.org> Date: Thu, 14 Feb 2019 13:10:11 -0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] target/arm: Implement ARMv8.3-JSConv List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 2/14/19 5:53 AM, Peter Maydell wrote: > On Wed, 6 Feb 2019 at 05:29, Richard Henderson > wrote: >> >> Changes since v1: >> * Typo fixed in patch 2, which had scrogged FMOV >> * Return 0 for NaN, as for any other ARM fp conversion. >> >> >> r~ >> >> >> Richard Henderson (3): >> target/arm: Force result size into dp after operation >> target/arm: Restructure disas_fp_int_conv >> target/arm: Implement ARMv8.3-JSConv > > I've applied patches 1 and 2 to target-arm.next; 3 has a bug in it, > I think. Please dequeue patch 2; patch 3 has more than one bug in it, and I need to rewrite patch 2 as well. r~