From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38473 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUIyl-0003uA-1X for qemu-devel@nongnu.org; Sun, 19 Dec 2010 08:07:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUIyj-0006ob-Gb for qemu-devel@nongnu.org; Sun, 19 Dec 2010 08:07:10 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:56778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUIyj-0006lb-5C for qemu-devel@nongnu.org; Sun, 19 Dec 2010 08:07:09 -0500 Message-ID: <4D0E0374.8090100@mail.berlios.de> Date: Sun, 19 Dec 2010 14:07:00 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu-system-mips broke in ec990eb622ad46 References: <201012190226.52795.rob@landley.net> In-Reply-To: <201012190226.52795.rob@landley.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rob Landley Cc: Anthony Liguori , qemu-devel@nongnu.org Am 19.12.2010 09:26, schrieb Rob Landley: > Before that commit, my mips kernel booted to a shell prompt. After, qemu > segfaults immediately. > > To test this, you can grab my system image at > http://landley.net/aboriginal/downloads/binaries/system-image-mips.tar.bz2 > and > ./run-emulator.sh out off that. > > Rob You need these two patches for malta or mipssim: http://patchwork.ozlabs.org/patch/75786/ (fix crash) http://patchwork.ozlabs.org/patch/76108/ (fix pcnet) Anthony, could you please commit them to fix the regression? Stefan