From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RogEu-0001Mw-62 for qemu-devel@nongnu.org; Sat, 21 Jan 2012 14:04:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RogEs-00089p-Rx for qemu-devel@nongnu.org; Sat, 21 Jan 2012 14:04:36 -0500 Received: from mail-tul01m020-f173.google.com ([209.85.214.173]:60893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RogEs-00089l-Oz for qemu-devel@nongnu.org; Sat, 21 Jan 2012 14:04:34 -0500 Received: by obbup16 with SMTP id up16so2282468obb.4 for ; Sat, 21 Jan 2012 11:04:33 -0800 (PST) Message-ID: <4F1B0C3E.20905@landley.net> Date: Sat, 21 Jan 2012 13:04:30 -0600 From: Rob Landley MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Commit 5632ae46 broke the network on mips. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel 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