From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MswWf-0000C0-FZ for qemu-devel@nongnu.org; Wed, 30 Sep 2009 06:35:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MswWa-00009V-G8 for qemu-devel@nongnu.org; Wed, 30 Sep 2009 06:35:12 -0400 Received: from [199.232.76.173] (port=56795 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MswWa-00009O-5W for qemu-devel@nongnu.org; Wed, 30 Sep 2009 06:35:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23034) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MswWZ-0007iU-J0 for qemu-devel@nongnu.org; Wed, 30 Sep 2009 06:35:07 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8UAZ54D013274 for ; Wed, 30 Sep 2009 06:35:07 -0400 Received: from [IPv6:::1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8UAZ4rd030333 for ; Wed, 30 Sep 2009 06:35:05 -0400 Subject: Re: [Qemu-devel] [PATCH 00/19 v2] Port -net to QemuOpts From: Mark McLoughlin In-Reply-To: <1253721537.20970.71.camel@blaa> References: <1253701463-3134-1-git-send-email-markmc@redhat.com> <1253721537.20970.71.camel@blaa> Content-Type: text/plain Date: Wed, 30 Sep 2009 11:33:36 +0100 Message-Id: <1254306816.3105.23.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 16:58 +0100, Mark McLoughlin wrote: > 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 I've rebased this series again, this time on top of Markus's changes to not exit() on error Cheers, Mark.