From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JYVa5-0002Gf-VN for qemu-devel@nongnu.org; Sun, 09 Mar 2008 20:09:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JYVa5-0002FH-7m for qemu-devel@nongnu.org; Sun, 09 Mar 2008 20:09:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYVa5-0002FB-2s for qemu-devel@nongnu.org; Sun, 09 Mar 2008 20:09:29 -0400 Received: from savannah.gnu.org ([199.232.41.3] helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JYVa4-0006nQ-Nm for qemu-devel@nongnu.org; Sun, 09 Mar 2008 20:09:28 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1JYVa4-0001Af-Ba for qemu-devel@nongnu.org; Mon, 10 Mar 2008 00:09:28 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1JYVa4-0001Ac-7q for qemu-devel@nongnu.org; Mon, 10 Mar 2008 00:09:28 +0000 Message-Id: From: Aurelien Jarno Date: Mon, 10 Mar 2008 00:09:28 +0000 Subject: [Qemu-devel] qemu/target-ppc op_helper.c Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org CVSROOT: /sources/qemu Module name: qemu Changes by: Aurelien Jarno 08/03/10 00:09:28 Modified files: target-ppc : op_helper.c Log message: mtfsf: fix FPSCR_VX and FPSCR_FEX computation The patch below fixes the computation of FPSCR_VX and FPSCR_FEX when using the mtfsf instruction. As stated in the PowerPC manual the mtfsf instruction can't alter those bit, and thus it should always be computed. Acked by Jocelyn Mayer. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op_helper.c?cvsroot=qemu&r1=1.73&r2=1.74