From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hd7qI-0003E2-8m for qemu-devel@nongnu.org; Sun, 15 Apr 2007 12:44:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hd7qF-00038d-H0 for qemu-devel@nongnu.org; Sun, 15 Apr 2007 12:44:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hd7qF-00038E-9j for qemu-devel@nongnu.org; Sun, 15 Apr 2007 12:44:43 -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 1Hd7li-0007O7-Rm for qemu-devel@nongnu.org; Sun, 15 Apr 2007 12:40:03 -0400 Date: Sun, 15 Apr 2007 17:37:33 +0100 Subject: Re: [Qemu-devel] Report Message-ID: <20070415163733.GE14303@networkno.de> References: <4621F9B8.8090808@bandsman.co.uk> <20070415124635.GD14303@networkno.de> <462231D1.4060803@bandsman.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <462231D1.4060803@bandsman.co.uk> 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: Nigel Horne Cc: qemu-devel@nongnu.org Nigel Horne wrote: > Thiemo Seufer wrote: > >Nigel Horne wrote: > >>Folks, > >> > >>Thanks for qemu. I thought you may like to know that from a Linux x86 host > >>I have 3 linux guests: sparc, arm and mips. The first 2 work a treat, the > >>mips keeps core dumping in libc6 when called from Perl, I don't know if > >>the problem lies in libc6, perl or qemu. > > > >I assume you are using full system emulation for mips. I currently see > >some instability when running specific perl scripts which is apparently > >triggered by the FPU emulator in the Linux/MIPS kernel. As a workaround, > >use -cpu 24Kf. > > Yes, that works a treat, thanks. I wonder if it's worth reporting as a > kernel bug. It is a Qemu bug. On real hardware it works fine. Thiemo