From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8dZ4-0005u1-Ni for qemu-devel@nongnu.org; Thu, 12 Nov 2009 12:34:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8dYy-0005lw-Uo for qemu-devel@nongnu.org; Thu, 12 Nov 2009 12:34:33 -0500 Received: from [199.232.76.173] (port=38694 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8dYy-0005lk-Qg for qemu-devel@nongnu.org; Thu, 12 Nov 2009 12:34:28 -0500 Received: from moutng.kundenserver.de ([212.227.126.188]:51275) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8dYy-0001Oh-8i for qemu-devel@nongnu.org; Thu, 12 Nov 2009 12:34:28 -0500 Message-ID: <4AFC471F.9060300@mail.berlios.de> Date: Thu, 12 Nov 2009 18:34:23 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] arm, mips and mipsel broken References: <20091110205040.GF9052@hall.aurel32.net> In-Reply-To: <20091110205040.GF9052@hall.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org Aurelien Jarno schrieb: > Please note that at least qemu-system-arm, qemu-system-mips and > qemu-system-mipsel are broken by this commit: > > commit c169998802505c244b8bcad562633f29de7d74a4 > Author: Glauber Costa > Date: Thu Nov 5 16:05:15 2009 -0200 > > v3: don't call reset functions on cpu initialization > ... Hi, at least for MIPS Malta, cirrus vga is broken, too. I see unassigned memory writes in low memory when linux tries to blink the soft cursor, and there is no output on the vga display. The reset problem can be fixed partially with a simple code change: removing load_kernel() in function main_cpu_reset allows malta to boot again (only serial console, see above). Reboot from linux does not work. Regards, Stefan