From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hp8aB-0001iC-Cw for qemu-devel@nongnu.org; Fri, 18 May 2007 15:57:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hp8aA-0001hu-AP for qemu-devel@nongnu.org; Fri, 18 May 2007 15:57:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hp8aA-0001hm-56 for qemu-devel@nongnu.org; Fri, 18 May 2007 15:57:46 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hp8a9-0003AV-NK for qemu-devel@nongnu.org; Fri, 18 May 2007 15:57:45 -0400 Date: Fri, 18 May 2007 20:50:58 +0100 Subject: Re: [Qemu-devel] qemu/target-mips op.c translate.c Message-ID: <20070518195058.GE17076@networkno.de> References: <464DEB9C.60701@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <464DEB9C.60701@mail.berlios.de> From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org Stefan Weil wrote: > This change still does not fix the problems with > self-modifying code in Linux FPU emulation. > > Linux FPU emulation calls mips_dsemul which calls flush_cache_sigtramp > which is local_r4k_flush_cache_sigtramp for MIPS 4KEc. So I had expected > that the new code would fix the problems with FPU emulation. > > But programs like aptitude crash (caused by FPU emulation) > even with latest QEMU CVS. Indeed, it fixes gdb breakpoints, though. (Which means I believe by now Paul was right with his analysis of the FPU problem.) Thiemo