From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLj1w-0008Ga-Qy for qemu-devel@nongnu.org; Fri, 18 Dec 2009 15:02:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLj1s-0008G0-3u for qemu-devel@nongnu.org; Fri, 18 Dec 2009 15:02:28 -0500 Received: from [199.232.76.173] (port=48644 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLj1s-0008Fx-0g for qemu-devel@nongnu.org; Fri, 18 Dec 2009 15:02:24 -0500 Received: from mail.gmx.net ([213.165.64.20]:39772) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NLj0w-000857-40 for qemu-devel@nongnu.org; Fri, 18 Dec 2009 15:02:23 -0500 Message-ID: <90808A6C76FB43D7ACAAF92D940271C5@FSCPC> From: "Sebastian Herbszt" References: <154639B97697400DB13CEC80171644F1@FSCPC> <4B2B3F52.4020407@redhat.com> In-Reply-To: <4B2B3F52.4020407@redhat.com> Subject: Re: [Qemu-devel] ne2k_isa: how to specify a custom iobase and irq? Date: Fri, 18 Dec 2009 21:00:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , Markus Armbruster Cc: qemu-devel@nongnu.org Gerd Hoffmann wrote: > On 12/18/09 07:12, Markus Armbruster wrote: >> "Sebastian Herbszt" writes: >> >>> The default iobase and irq for the ne2k_isa card are 0x300 and 9. >>> It should be possible to override both using the "-net" syntax like >>> "-net nic,model=ne2k_isa,irq=5,iobase=0x280". >> >> -device ne2k_isa,irq=5,iobase=0x280 > > Also needs vlan=0, otherwise you'll end up with an unconnected nic. Shouldn't vlan have a default value of 0 like it does with the "-net" syntax? - Sebastian