From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RorVm-0006FE-21 for qemu-devel@nongnu.org; Sun, 22 Jan 2012 02:06:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RorVk-0003Me-PH for qemu-devel@nongnu.org; Sun, 22 Jan 2012 02:06:46 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:55313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RorVk-0003Ma-HL for qemu-devel@nongnu.org; Sun, 22 Jan 2012 02:06:44 -0500 Message-ID: <4F1BB581.6030703@weilnetz.de> Date: Sun, 22 Jan 2012 08:06:41 +0100 From: Stefan Weil MIME-Version: 1.0 References: <4F1B0C3E.20905@landley.net> In-Reply-To: <4F1B0C3E.20905@landley.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Commit 5632ae46 broke the network on mips. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rob Landley Cc: qemu-devel Am 21.01.2012 20:04, schrieb Rob Landley: > commit 5632ae46: "mips_malta: move i8259 initialization after piix4 > initialization" broke the network on mips. It still comes up, but > doesn't pass packets. > > Try this: > > wget http://landley.net/aboriginal/bin/system-image-mips.tar.bz2 > tar xvjf system-image-mips.tar.bz2 > cd system-image-mips > ./run-emulator.sh > > [ wait for shell prompt ] > > wget http://google.com > > Under 0.15.1 it works, under 1.0 it doesn't. Identical binary. I > bisected it to the commit in question, it's still broken in -master. > > Rob This was fixed with commits e9b40fd34ceb23461083d505a444a389c094455b and 0b23c5d40ea933cfece3b4f69427f79c8a23256d in master and stable-1.0. My latest QEMU works with MIPS Malta running from an NFS root. Regards, Stefan