From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FeJzr-0003kJ-CL for qemu-devel@nongnu.org; Thu, 11 May 2006 18:51:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FeJzq-0003jr-FR for qemu-devel@nongnu.org; Thu, 11 May 2006 18:51:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FeJzq-0003jl-8Z for qemu-devel@nongnu.org; Thu, 11 May 2006 18:51:02 -0400 Received: from [84.96.92.56] (helo=smTp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FeK1R-0008N1-DY for qemu-devel@nongnu.org; Thu, 11 May 2006 18:52:41 -0400 Received: from [84.102.211.146] by sp604003mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0IZ4006CZI4RGEQ0@sp604003mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Fri, 12 May 2006 00:50:51 +0200 (CEST) Date: Fri, 12 May 2006 00:50:13 +0200 From: Fabrice Bellard Subject: Re: [Qemu-devel] qemu/hw mips_r4k.c In-reply-to: <20060511214636.GC26367@networkno.de> Message-id: <4463BFA5.7030506@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <20060511214636.GC26367@networkno.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Thiemo Seufer wrote: > Fabrice Bellard wrote: > >>CVSROOT: /sources/qemu >>Module name: qemu >>Branch: >>Changes by: Fabrice Bellard 06/05/11 21:15:08 >> >>Modified files: >> hw : mips_r4k.c >> >>Log message: >> mips bios loading fix >> >>CVSWeb URLs: >>http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/hw/mips_r4k.c.diff?tr1=1.16&tr2=1.17&r1=text&r2=text > > > Why is this correct? I would have expected moving parts of the > initialisation in front of the file loads would be the right fix. > (Those parts which aren't supposed to be done by the BIOS.) The "bug" I fixed was that the BIOS could not be used without specifying "-kernel x". Fabrice.