From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4tZj-0002wJ-EX for qemu-devel@nongnu.org; Wed, 09 Jul 2014 11:14:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4tZa-0002FE-DT for qemu-devel@nongnu.org; Wed, 09 Jul 2014 11:14:27 -0400 Received: from mail-qa0-x22c.google.com ([2607:f8b0:400d:c00::22c]:45270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4tZa-0002F1-3o for qemu-devel@nongnu.org; Wed, 09 Jul 2014 11:14:18 -0400 Received: by mail-qa0-f44.google.com with SMTP id hw13so6196809qab.17 for ; Wed, 09 Jul 2014 08:14:17 -0700 (PDT) Sender: Richard Henderson Message-ID: <53BD5C44.6090000@twiddle.net> Date: Wed, 09 Jul 2014 08:14:12 -0700 From: Richard Henderson MIME-Version: 1.0 References: <53BB899C.30901@twiddle.net> <20140708065436.GB18016@ZenIV.linux.org.uk> <20140708071334.GA21956@ZenIV.linux.org.uk> <20140708161351.GC18016@ZenIV.linux.org.uk> <53BC3484.9050802@twiddle.net> <20140708190259.GE18016@ZenIV.linux.org.uk> <53BC40AA.4090707@twiddle.net> <20140708202015.GG18016@ZenIV.linux.org.uk> <53BCCC35.7040804@twiddle.net> <20140709054740.GH18016@ZenIV.linux.org.uk> In-Reply-To: <20140709054740.GH18016@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/08/2014 10:47 PM, Al Viro wrote: > So env->fpcr_flush_to_zero = env->fpcr_dnod & env->fpcr_undz; is another > bug - needs s/dnod/unfd/ there... That's exactly what I was looking at, thanks. r~