From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ExAyX-0007YM-Tj for qemu-devel@nongnu.org; Thu, 12 Jan 2006 17:31:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ExAyX-0007Xr-55 for qemu-devel@nongnu.org; Thu, 12 Jan 2006 17:31:21 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ExAyW-0007XT-NU for qemu-devel@nongnu.org; Thu, 12 Jan 2006 17:31:20 -0500 Received: from [66.249.92.192] (helo=uproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ExB1O-0000Lm-Uk for qemu-devel@nongnu.org; Thu, 12 Jan 2006 17:34:19 -0500 Received: by uproxy.gmail.com with SMTP id j40so48992ugd for ; Thu, 12 Jan 2006 14:29:08 -0800 (PST) Message-ID: Date: Thu, 12 Jan 2006 23:29:07 +0100 From: Pascal Terjan Subject: Re: [Qemu-devel] new pcnet patch ? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: 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 1/12/06, Ludovic Drolez wrote: > Anyone has an updated pcnet patch for 0.8.0 ? I updated the patch but I had to make choices and I wanted to discuss them here. As I have no time these days I had not yet posted it here :/ The patch is on : http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/contrib-SPECS/qemu/qemu-0.8.0-pc= net.patch6 There are 2 points I'd like to discuss : - the way to have several cards of different models at the same time I added an enum {NIC_NE2000, NIC_PCNET} NICModel and the a field model in NICInfo - the options syntax I added "-net pcnet[,vlan=3Dn][,macaddr=3Daddr]\n" but would be better having an unique option and a way to specify model