From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gteCg-000232-SS for qemu-devel@nongnu.org; Tue, 12 Feb 2019 14:58:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gteCf-0007eK-GX for qemu-devel@nongnu.org; Tue, 12 Feb 2019 14:58:50 -0500 Received: from mail-pf1-x434.google.com ([2607:f8b0:4864:20::434]:39347) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gteCf-0007Pt-2i for qemu-devel@nongnu.org; Tue, 12 Feb 2019 14:58:49 -0500 Received: by mail-pf1-x434.google.com with SMTP id f132so1798108pfa.6 for ; Tue, 12 Feb 2019 11:58:42 -0800 (PST) References: <20190212110308.13707-1-david@redhat.com> <20190212110308.13707-11-david@redhat.com> From: Richard Henderson Message-ID: <991c61f3-5c3f-d580-d530-0bed3aeb942f@linaro.org> Date: Tue, 12 Feb 2019 11:58:39 -0800 MIME-Version: 1.0 In-Reply-To: <20190212110308.13707-11-david@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 09/15] s390x/tcg: Check for exceptions in SET BFP ROUNDING MODE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand , qemu-devel@nongnu.org Cc: Thomas Huth , Janosch Frank , Cornelia Huck , Halil Pasic , Christian Borntraeger , qemu-s390x@nongnu.org, Richard Henderson On 2/12/19 3:03 AM, David Hildenbrand wrote: > Let's split handling of BFP/DFP rounding mode configuration. Also, > let's not reuse the sfpc handler, use a separate handler so we can > properly check for specification exceptions for SRNMB. > > Signed-off-by: David Hildenbrand > --- Reviewed-by: Richard Henderson r~