From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj97T-0004X8-04 for qemu-devel@nongnu.org; Tue, 19 Jul 2011 08:09:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qj97R-0003gE-FB for qemu-devel@nongnu.org; Tue, 19 Jul 2011 08:09:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj97R-0003g7-1C for qemu-devel@nongnu.org; Tue, 19 Jul 2011 08:09:45 -0400 Date: Tue, 19 Jul 2011 15:10:11 +0300 From: "Michael S. Tsirkin" Message-ID: <20110719121011.GA6142@redhat.com> References: <1308242737-15449-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1308242737-15449-1-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] netdev fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: markmc@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org On Thu, Jun 16, 2011 at 06:45:35PM +0200, Markus Armbruster wrote: > Markus Armbruster (2): > Fix automatically assigned network names for netdev > Fix netdev name lookup in -device, device_add, netdev_del > > net.c | 19 +++++++++++++++---- > 1 files changed, 15 insertions(+), 4 deletions(-) Thanks, applied. I think going forward we should bring more order into ways we assign IDs. > -- > 1.7.2.3 >