From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <227d3a5194c2991414440b31a18b4daa@plan9.bell-labs.com> Date: Thu, 23 Dec 2004 23:25:12 -0500 From: jmk@plan9.bell-labs.com To: knapjack@gmail.com, 9fans@cse.psu.edu Subject: Re: [9fans] plan 9 on qemu In-Reply-To: <6e35c062041223195290a51ec@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: Topicbox-Message-UUID: 1c0dfeba-eace-11e9-9e20-41e7f4b1d025 On Thu Dec 23 22:52:22 EST 2004, knapjack@gmail.com wrote: > On Thu, 23 Dec 2004 18:08:12 -0500, Russ Cox wrote: > > The following patch fixes QEMU. > > Awesome! > > How's performance? Is the virtual ne2k NIC supported? > > -Jack I only played a little with a version on Win2K, I didn't do any timing tests. Qemu gives a widely varying CPU clock speed on boot, everything from 100MHz to over 2GHz. The NIC works (as far as I could test it by pinging the gateway returned by DHCP and the host IP address) but it needs the nodummyrr option. This is what I had in plan9.ini: ether0=type=ne2000 port=0xC100 mem=0x04000 size=0x4000 nodummyrr (port, mem and size are only needed for 9load, the kernel driver detects the NIC automatically). --jim