From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BjQH2-0007je-Dp for qemu-devel@nongnu.org; Sat, 10 Jul 2004 18:24:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BjQH0-0007gQ-JD for qemu-devel@nongnu.org; Sat, 10 Jul 2004 18:24:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BjQH0-0007gN-Eb for qemu-devel@nongnu.org; Sat, 10 Jul 2004 18:24:46 -0400 Received: from [62.253.162.49] (helo=mta09-svc.ntlworld.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BjQEH-0008Nt-M0 for qemu-devel@nongnu.org; Sat, 10 Jul 2004 18:21:57 -0400 Received: from nemesis.frop.org ([62.253.132.150]) by mta09-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040710222240.MLHL4769.mta09-svc.ntlworld.com@nemesis.frop.org> for ; Sat, 10 Jul 2004 23:22:40 +0100 From: Julian Seward Subject: Re: [Qemu-devel] Re: openbsd image on freeoszoo Date: Sat, 10 Jul 2004 23:23:20 +0100 References: <20040709231808.GA17856@jbrown.mylinuxbox.org> <20040710012734.GA19388@jbrown.mylinuxbox.org> <40F00124.5010902@bellard.org> In-Reply-To: <40F00124.5010902@bellard.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407102323.21046.jseward@acm.org> Reply-To: jseward@acm.org, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Saturday 10 July 2004 15:45, Fabrice Bellard wrote: > Jim C. Brown wrote: > > On Fri, Jul 09, 2004 at 07:18:08PM -0400, Jim C. Brown wrote: > >>I also get lots of "remote transmit DMA failed to complete" errors, for > >>both the ISA and the PCI nic. I haven't solved this one yet but it seems > >>harmless. (For the ISA nic, it seems that it MUST be called ne2 btw or > >> network won't work.) For the PCI nic, I also get "send_packet: > >> Input/output error", not solved yet either. > > > > Fixed in qemu. Attached is the patch that fixes it. This looks like a bug > > in qemu, as it transfers an odd number of bytes in words, leaving a count > > of -1 when done. But if so, it has never been caught before... > > I just commited a better fix. Try it. Hmm. The fix is ne2000.c rev 1.12. This makes (user mode) networking in XP guest not work for me. Reverting to rev 1.11 makes networking work again. I tried this twice to be sure. This is on a SuSE 9.1 host. J