From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BjJ9B-00049l-PX for qemu-devel@nongnu.org; Sat, 10 Jul 2004 10:48:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BjJ9A-00049Z-Az for qemu-devel@nongnu.org; Sat, 10 Jul 2004 10:48:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BjJ9A-00049W-7w for qemu-devel@nongnu.org; Sat, 10 Jul 2004 10:48:12 -0400 Received: from [193.252.22.28] (helo=mwinf0303.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BjJ6u-0003y3-2c for qemu-devel@nongnu.org; Sat, 10 Jul 2004 10:45:52 -0400 Received: from bellard.org (ATuileries-112-1-4-169.w81-53.abo.wanadoo.fr [81.53.133.169]) by mwinf0303.wanadoo.fr (SMTP Server) with ESMTP id 5F9F75000895 for ; Sat, 10 Jul 2004 16:45:51 +0200 (CEST) Message-ID: <40F00124.5010902@bellard.org> Date: Sat, 10 Jul 2004 16:45:56 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: openbsd image on freeoszoo References: <20040709231808.GA17856@jbrown.mylinuxbox.org> <20040710012734.GA19388@jbrown.mylinuxbox.org> In-Reply-To: <20040710012734.GA19388@jbrown.mylinuxbox.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: 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 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. Fabrice.