From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19MyBZ-0006cD-Mf for qemu-devel@nongnu.org; Mon, 02 Jun 2003 18:53:49 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19MyB8-0006Iz-1j for qemu-devel@nongnu.org; Mon, 02 Jun 2003 18:53:22 -0400 Received: from smtp8.wanadoo.fr ([193.252.22.30] helo=mwinf0104.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MyAg-000672-HO for qemu-devel@nongnu.org; Mon, 02 Jun 2003 18:52:54 -0400 Received: from free.fr (unknown [80.14.188.93]) by mwinf0104.wanadoo.fr (SMTP Server) with ESMTP id 713A31BFFF6D for ; Tue, 3 Jun 2003 00:52:53 +0200 (CEST) Message-ID: <3EDBD53F.603@free.fr> Date: Tue, 03 Jun 2003 00:52:47 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] QEMU 0.2 is out References: <3ED409D1.6040109@free.fr> <873city82h.fsf@student.uni-tuebingen.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , To: qemu-devel@nongnu.org Falk Hueffner wrote: >>For Alpha and Sparc, if someone has an account that I can use, I >>could make some debug to fix the last issues. > > > You can get an account on Alpha Linux from HP at > http://www.testdrive.compaq.com/, or I can give you one on my machine > if you send me a ssh key. > > I've attached a patch with all my changes, it doesn't seem to work at > all though, I get sig11 on all tests. It used to work "mostly" about > two weeks ago. I don't have time right now to look into it... > > I think the fault address reporting was only introduced in 2.4.20 on > Alpha, so it might not work on older kernels. I have now access to an Alpha and a Sparc computer. For Alpha: I am using gcc 3.2.3 and '-msmall-text' is not supported. Is it really necessary ? Fabrice.