From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D8MuZ-0003lS-Bi for qemu-devel@nongnu.org; Mon, 07 Mar 2005 13:25:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D8MuO-0003g8-8g for qemu-devel@nongnu.org; Mon, 07 Mar 2005 13:24:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8MuM-0003cG-2t for qemu-devel@nongnu.org; Mon, 07 Mar 2005 13:24:46 -0500 Received: from [161.58.242.233] (helo=hotwww5.hotwww.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D8MOz-0005fi-CO for qemu-devel@nongnu.org; Mon, 07 Mar 2005 12:52:21 -0500 Subject: Re: [Qemu-devel] More PPC emulation fixes From: Thayne Harbaugh In-Reply-To: <1109850591.13299.9614.camel@rapid> References: <1109804693.13299.9584.camel@rapid> <1109850591.13299.9614.camel@rapid> Content-Type: text/plain Date: Mon, 07 Mar 2005 10:52:12 -0700 Message-Id: <1110217932.14413.2.camel@localhost.localdomain> 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: "J. Mayer" Cc: qemu-devel On Thu, 2005-03-03 at 12:49 +0100, J. Mayer wrote: > On Thu, 2005-03-03 at 00:04, J. Mayer wrote: > > Here's a new patch that fixes the last (!) bug in PPC fixed point > > operations and most FPU bugs. > > > Apply and enjoy. > > I realise I missed one "detail": > FPU has to be activated in OHW, or it would crash. I'll send a modified > version 0.3 tonight. For those who don't want to wait, here's the needed > patch. I've been using the patches for a bit now. All of my previously reported problems are gone. Thanks.