From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FeIzc-0004Kj-Gh for qemu-devel@nongnu.org; Thu, 11 May 2006 17:46:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FeIza-0004KE-Lg for qemu-devel@nongnu.org; Thu, 11 May 2006 17:46:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FeIza-0004KB-H8 for qemu-devel@nongnu.org; Thu, 11 May 2006 17:46:42 -0400 Received: from [193.7.176.20] (helo=bender.bawue.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1FeJ1B-0003Br-AF for qemu-devel@nongnu.org; Thu, 11 May 2006 17:48:21 -0400 Received: from lagash (88-106-136-76.dynamic.dsl.as9105.com [88.106.136.76]) (using TLSv1 with cipher DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by bender.bawue.de (Postfix) with ESMTP id 9BF5E443F9 for ; Thu, 11 May 2006 23:46:37 +0200 (MEST) Received: from ths by lagash with local (Exim 4.62) (envelope-from ) id 1FeIzU-0004tf-Fm for qemu-devel@nongnu.org; Thu, 11 May 2006 22:46:36 +0100 Date: Thu, 11 May 2006 22:46:36 +0100 Subject: Re: [Qemu-devel] qemu/hw mips_r4k.c Message-ID: <20060511214636.GC26367@networkno.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: qemu-devel@nongnu.org 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.) Thiemo