From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRkz0-0005t3-Pl for qemu-devel@nongnu.org; Tue, 27 Jan 2009 05:15:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRkyy-0005si-Ap for qemu-devel@nongnu.org; Tue, 27 Jan 2009 05:15:49 -0500 Received: from [199.232.76.173] (port=50601 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRkyx-0005sf-Vh for qemu-devel@nongnu.org; Tue, 27 Jan 2009 05:15:48 -0500 Received: from [84.20.150.76] (port=35192 helo=narury.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LRkyx-000366-Ko for qemu-devel@nongnu.org; Tue, 27 Jan 2009 05:15:47 -0500 Date: Tue, 27 Jan 2009 12:15:41 +0200 From: Riku Voipio Subject: Re: [Qemu-devel] [PATCH] Random MAC address option Message-ID: <20090127101541.GA19191@kos.to> References: <200901270313.26331.pavel@pavlinux.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200901270313.26331.pavel@pavlinux.ru> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: pavel@pavlinux.ru, qemu-devel@nongnu.org On Tue, Jan 27, 2009 at 03:13:18AM +0300, Pavel Vasilyev wrote: > + if (strstr(p, "macrandom")) { I take this means -net macaddr=macrandom will give the random macaddr after this patch? please document this magic in qemu-doc.texi and --help.