From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqUGX-0004ti-BS for qemu-devel@nongnu.org; Wed, 23 Sep 2009 12:00:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqUGS-0004sp-GE for qemu-devel@nongnu.org; Wed, 23 Sep 2009 12:00:24 -0400 Received: from [199.232.76.173] (port=32948 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqUGS-0004sm-5G for qemu-devel@nongnu.org; Wed, 23 Sep 2009 12:00:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21501) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MqUGR-0005xU-Hp for qemu-devel@nongnu.org; Wed, 23 Sep 2009 12:00:19 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8NG0I1Q019866 for ; Wed, 23 Sep 2009 12:00:18 -0400 Received: from [IPv6:::1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8NG0GVJ016028 for ; Wed, 23 Sep 2009 12:00:17 -0400 Subject: Re: [Qemu-devel] [PATCH 00/19 v2] Port -net to QemuOpts From: Mark McLoughlin In-Reply-To: <1253701463-3134-1-git-send-email-markmc@redhat.com> References: <1253701463-3134-1-git-send-email-markmc@redhat.com> Content-Type: text/plain Date: Wed, 23 Sep 2009 16:58:57 +0100 Message-Id: <1253721537.20970.71.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Wed, 2009-09-23 at 11:23 +0100, Mark McLoughlin wrote: > Hi, > I'm still not sure what happened the first series, but it > needs rebasing now anyway, so ... > > Changes since v1: > > - Rebase to latest git, conflicts mainly with the qemu-queue.h > changes > > - Fix some coding style problems pointed out by people > > - Pull in Glauber's NICInfo fix, since it would also conflict; > also add some cleanups related to that fix > > Original posting here: > > http://lists.gnu.org/archive/html/qemu-devel/2009-09/msg00617.html FWIW, I've pushed these here also: http://git.et.redhat.com/?p=qemu-net.git Cheers, Mark.