From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cmgbk-0002If-5A for qemu-devel@nongnu.org; Thu, 06 Jan 2005 17:59:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cmgbg-0002HM-29 for qemu-devel@nongnu.org; Thu, 06 Jan 2005 17:59:52 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cmgbf-0002HD-Vh for qemu-devel@nongnu.org; Thu, 06 Jan 2005 17:59:52 -0500 Received: from [64.233.184.207] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CmgPl-0007OU-J8 for qemu-devel@nongnu.org; Thu, 06 Jan 2005 17:47:33 -0500 Received: by wproxy.gmail.com with SMTP id 40so472680wri for ; Thu, 06 Jan 2005 14:47:32 -0800 (PST) Message-ID: Date: Thu, 6 Jan 2005 23:47:32 +0100 From: Magnus Damm Subject: Re: [Qemu-devel] NETDEV WATCHDOG: eth0: transmit timed out In-Reply-To: <20050106215714.GA21115@jbrown.mylinuxbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1104899444.20758.26.camel@localhost.localdomain> <20050105154352.GA11125@jbrown.mylinuxbox.org> <1104948769.29588.11.camel@localhost.localdomain> <20050106215714.GA21115@jbrown.mylinuxbox.org> Reply-To: Magnus Damm , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Jim C. Brown" Cc: qemu-devel@nongnu.org On Thu, 6 Jan 2005 16:57:14 -0500, Jim C. Brown wrote: > On Wed, Jan 05, 2005 at 07:25:10PM +0100, Magnus Damm wrote: > > Have you tried to use -user-net? > > > > I am successfully using a custom 2.6.9-based distro in QEMU using > > "-nics 1 -user-net -isa", the guest kernel uses the NE2000 driver, the > > host is either a powerpc or a x86 running Linux. PCI is on my todo > > list. > > PCI is better in general (tho as far as the NICs go it doesn't make much of a > difference). You shouldn't need to pass the -nics 1 option, as that is the > default. Yeah, PCI should probably give improved performance compared to ISA. But I have something that works for me and I am not too tempted to break it right now... =) > > And I have only used the network to talk with the integrated TFTP server. > > Is that the only use of the network that works correctly? Nah. Or? I use the integrated TFTP server many times per day to transfer files from the host to the guest (testing code) so I just happen to know that that part works for me. I don't know about other parts except that the integrated BOOTP server seems to work too. / magnus