From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaKbQ-0004XP-Lh for qemu-devel@nongnu.org; Thu, 09 May 2013 02:45:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaKbO-0008LP-Ms for qemu-devel@nongnu.org; Thu, 09 May 2013 02:45:20 -0400 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:51094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaKbO-0008LK-HF for qemu-devel@nongnu.org; Thu, 09 May 2013 02:45:18 -0400 Received: by mail-we0-f176.google.com with SMTP id p60so2461127wes.7 for ; Wed, 08 May 2013 23:45:17 -0700 (PDT) Date: Thu, 9 May 2013 08:45:15 +0200 From: Stefan Hajnoczi Message-ID: <20130509064515.GD1074@stefanha-thinkpad.redhat.com> References: <20130504161319.14721.75130.malonedeb@gac.canonical.com> <20130504161319.14721.75130.malonedeb@gac.canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130504161319.14721.75130.malonedeb@gac.canonical.com> Subject: Re: [Qemu-devel] [Bug 1176366] [NEW] TCPIP not working on qemu 1.4.50 (master) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 1176366 <1176366@bugs.launchpad.net> Cc: qemu-devel@nongnu.org On Sat, May 04, 2013 at 04:13:19PM -0000, TC1988 wrote: > whenever I try, in the guest OS, in this case it's NT 3.1, to enable > TCP/IP, it crashes the whole emulator. With either the ne2000 isa, > ne2000 pci or PCnet, still crashes > > below is attached a screenshot. Please use git-bisect(1) to identify the commit that broke networking. http://git-scm.com/book/en/Git-Tools-Debugging-with-Git#Binary-Search https://www.kernel.org/pub/software/scm/git/docs/git-bisect.html Stefan