From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E6gcQ-0004Tp-0O for qemu-devel@nongnu.org; Sat, 20 Aug 2005 23:35:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E6gcD-0004NE-8U for qemu-devel@nongnu.org; Sat, 20 Aug 2005 23:35:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E6gcC-0004HG-2p for qemu-devel@nongnu.org; Sat, 20 Aug 2005 23:35:20 -0400 Received: from [209.197.145.105] (helo=mx02.cybersurf.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1E6gMF-0000cM-GJ for qemu-devel@nongnu.org; Sat, 20 Aug 2005 23:18:51 -0400 Received: from mail.cyberus.ca ([209.197.145.21]) by mx02.cybersurf.com with esmtp (Exim 4.30) id 1E6gM2-0000lI-BK for qemu-devel@nongnu.org; Sat, 20 Aug 2005 23:18:38 -0400 Subject: Re: [Qemu-devel] patch: allow defining MAC address etc From: jamal In-Reply-To: <1124592406.6521.59.camel@localhost.localdomain> References: <1124584572.6521.38.camel@localhost.localdomain> <200508210204.32388.paul@codesourcery.com> <1124589394.6521.51.camel@localhost.localdomain> <200508210322.36010.paul@codesourcery.com> <1124592406.6521.59.camel@localhost.localdomain> Content-Type: text/plain Date: Sat, 20 Aug 2005 23:18:29 -0400 Message-Id: <1124594310.6521.63.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: hadi@cyberus.ca, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org On Sat, 2005-20-08 at 22:46 -0400, jamal wrote: > Note the Ids syntax would also be comma separated. > Actually no - this would need to have the IDx prefix so that you can pass the ID for non-sequential NICS. Example -ID2 0 , -ID5 3 and the rest get a default which is zero. cheers, jamal