From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmSTz-00030A-5j for qemu-devel@nongnu.org; Thu, 28 Jul 2011 11:26:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmSTy-00017y-6u for qemu-devel@nongnu.org; Thu, 28 Jul 2011 11:26:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmSTx-00017s-TZ for qemu-devel@nongnu.org; Thu, 28 Jul 2011 11:26:42 -0400 Date: Thu, 28 Jul 2011 12:26:32 -0300 From: Marcelo Tosatti Message-ID: <20110728152632.GA19040@amt.cnet> References: <20110728151216.GA18809@amt.cnet> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] net: fix default MAC assignment for hotplugged NICs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Markus Armbruster , qemu-devel@nongnu.org On Thu, Jul 28, 2011 at 04:22:09PM +0100, Peter Maydell wrote: > On 28 July 2011 16:12, Marcelo Tosatti wrote: > > > > The index for assignment of default MAC address is duplicated: > > qemu_macaddr_default_if_unset has its own variable and net_init_nic uses > > the nic table index. > > Isn't this already fixed by commit 6eed18568d ? > > -- PMM Yes, thanks for pointing out.