From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz5ej-0002DH-Rx for qemu-devel@nongnu.org; Thu, 11 Dec 2014 10:27:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xz5ef-0003N0-CM for qemu-devel@nongnu.org; Thu, 11 Dec 2014 10:27:53 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:62853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz5ef-0003JQ-4W for qemu-devel@nongnu.org; Thu, 11 Dec 2014 10:27:49 -0500 Message-ID: <5489B7E5.7060705@imgtec.com> Date: Thu, 11 Dec 2014 15:27:33 +0000 From: Leon Alrae MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-mips: Add missing calls to synchronise SoftFloat status List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Maciej W. Rozycki" , qemu-devel@nongnu.org Cc: Thomas Schwinge , Aurelien Jarno On 02/12/2014 17:02, Maciej W. Rozycki wrote: > Add missing calls to synchronise the SoftFloat status with the CP1.FSCR: > > + for the rounding and flush-to-zero modes upon processor reset, > > + for the flush-to-zero mode on FSCR updates through the GDB stub. > > Refactor code accordingly and remove the redundant RESTORE_ROUNDING_MODE > macro. > > Signed-off-by: Thomas Schwinge > Signed-off-by: Maciej W. Rozycki > --- > qemu-mips-softfloat-status.diff > Index: qemu-git-trunk/target-mips/cpu.h > Index: qemu-git-trunk/target-mips/gdbstub.c > Index: qemu-git-trunk/target-mips/op_helper.c > Index: qemu-git-trunk/target-mips/translate.c Reviewed-by: Leon Alrae