From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Imc3K-0004ZV-2O for qemu-devel@nongnu.org; Mon, 29 Oct 2007 17:21:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Imc3I-0004Xn-AT for qemu-devel@nongnu.org; Mon, 29 Oct 2007 17:21:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Imc3I-0004XO-2B for qemu-devel@nongnu.org; Mon, 29 Oct 2007 17:21:40 -0400 Received: from bangui.magic.fr ([195.154.194.245]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Imc3H-0000KN-7m for qemu-devel@nongnu.org; Mon, 29 Oct 2007 17:21:39 -0400 Subject: Re: [Qemu-devel] qemu/target-ppc op_helper.c From: "J. Mayer" In-Reply-To: <20071029211200.GA31674@hall.aurel32.net> References: <20071029211200.GA31674@hall.aurel32.net> Content-Type: text/plain Date: Mon, 29 Oct 2007 22:21:26 +0100 Message-Id: <1193692886.16781.360.camel@rapid> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On Mon, 2007-10-29 at 22:12 +0100, Aurelien Jarno wrote: > > CVSROOT: /sources/qemu > > Module name: qemu > > Changes by: Jocelyn Mayer 07/10/27 17:59:46 > > > > Modified files: > > target-ppc : op_helper.c > > > > Log message: > > PowerPC float bugfix: 64 bits float mantissa is 52 bits long. > > > > CVSWeb URLs: > > http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op_helper.c?cvsroot=qemu&r1=1.55&r2=1.56 > > > I know that it looks strange, but this commit breaks perl. The function > mkdir(dir, mode) sometimes does not set the mode correctly. This can be > easily reproduce on Debian by using "dpkg-source -x file.dsc", which > fails due to wrong permission. > > I am using qemu-system-ppc -M prep -cpu G3 Thanks for the report ! Could you please try replacing the 0x3FF mask with 0x7FF ? As the exponent is supposed to be 11 bits, my patch is obviously still buggy... I noticed there was a bug somewhere, but was not convinced it was in the FPU emulation... Now ... -- J. Mayer Never organized