From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6IcC-0000mv-Bq for qemu-devel@nongnu.org; Mon, 06 Feb 2006 21:30:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6IcA-0000mi-5s for qemu-devel@nongnu.org; Mon, 06 Feb 2006 21:29:59 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6Ic9-0000mf-VI for qemu-devel@nongnu.org; Mon, 06 Feb 2006 21:29:58 -0500 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F6Ibn-0006xb-OU for qemu-devel@nongnu.org; Mon, 06 Feb 2006 21:29:36 -0500 From: Paul Brook Subject: Re: [Qemu-devel] New RTL8139 driver References: <41e41e7a0601190515q685b0b59ke618b13c34882121@mail.gmail.com> In-Reply-To: <41e41e7a0601190515q685b0b59ke618b13c34882121@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline Date: Tue, 7 Feb 2006 02:26:17 +0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200602070226.19577.paul@codesourcery.com> 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 On Thursday 19 January 2006 13:15, Hetz Ben Hamo wrote: > Hi, > > This was posted on the QEMU forums: > > Realtek 8139 network card emulation > This patch adds Realtek 8139 PCI network card emulation code for qemu > > URL: http://qemu.dad-answers.com/viewtopic.php?t=713 I've applied this patch, with a teak to stop the winxp drivers locking up. I've tested the linux, winxp and win2k drivers and they seem to work. I also tested the win98 drivers, but they don't work. For this reason I've left the default as ne2k. I've also augmented the -net nic commandline option to allow selection of different emulated cards. Paul