From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4OUr-00031i-Al for qemu-devel@nongnu.org; Tue, 08 Jul 2014 02:03:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4OUi-0001le-AX for qemu-devel@nongnu.org; Tue, 08 Jul 2014 02:03:21 -0400 Received: from mail-qc0-x232.google.com ([2607:f8b0:400d:c01::232]:58559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4OUi-0001lU-72 for qemu-devel@nongnu.org; Tue, 08 Jul 2014 02:03:12 -0400 Received: by mail-qc0-f178.google.com with SMTP id i17so523375qcy.23 for ; Mon, 07 Jul 2014 23:03:11 -0700 (PDT) Sender: Richard Henderson Message-ID: <53BB899C.30901@twiddle.net> Date: Mon, 07 Jul 2014 23:03:08 -0700 From: Richard Henderson MIME-Version: 1.0 References: <53B5BAC7.1010603@twiddle.net> <20140704005024.GT18016@ZenIV.linux.org.uk> <53B62DCD.6030201@twiddle.net> <20140704072937.GU18016@ZenIV.linux.org.uk> <20140705014055.GV18016@ZenIV.linux.org.uk> <20140705210951.GX18016@ZenIV.linux.org.uk> <20140705225513.GY18016@ZenIV.linux.org.uk> <53BAAAAE.2060009@twiddle.net> <20140707150629.GZ18016@ZenIV.linux.org.uk> <53BAC8CC.9070301@twiddle.net> <20140708042037.GA18016@ZenIV.linux.org.uk> In-Reply-To: <20140708042037.GA18016@ZenIV.linux.org.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] alpha qemu arithmetic exceptions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Al Viro Cc: Peter Maydell , QEMU Developers On 07/07/2014 09:20 PM, Al Viro wrote: > and I'm reasonably sure that this is what they did internally. You are > proposing to do 4 cases in all their messy glory in qemu itself... Yes. Primarily because we *have* to do so for the linux-user case. > And that's not even going into generating the right si_code for that SIGFPE. > What produces those TARGET_GEN_FLTINE and friends? linux-user/main.c, cpu_loop. r~