From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mv83Q-0006T2-Mo for qemu-devel@nongnu.org; Tue, 06 Oct 2009 07:18:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mv83L-0006RP-Ac for qemu-devel@nongnu.org; Tue, 06 Oct 2009 07:18:04 -0400 Received: from [199.232.76.173] (port=40381 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mv83L-0006RM-4q for qemu-devel@nongnu.org; Tue, 06 Oct 2009 07:17:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44873) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mv83K-0007gQ-9U for qemu-devel@nongnu.org; Tue, 06 Oct 2009 07:17:58 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n96BHvad004462 for ; Tue, 6 Oct 2009 07:17:57 -0400 Received: from [IPv6:::1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n96BHuox032336 for ; Tue, 6 Oct 2009 07:17:56 -0400 From: Mark McLoughlin In-Reply-To: <1254306816.3105.23.camel@blaa> References: <1253701463-3134-1-git-send-email-markmc@redhat.com> <1253721537.20970.71.camel@blaa> <1254306816.3105.23.camel@blaa> Content-Type: text/plain Date: Tue, 06 Oct 2009 12:16:23 +0100 Message-Id: <1254827783.2720.42.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 00/19 v3] Port -net to QemuOpts 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-30 at 11:33 +0100, Mark McLoughlin wrote: > 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 Another rebase: - Pulled in Jan's rtc_opts patch because it conflicts with the net_opts patch - Glauber's "correctly free nd structure" is merged now, 05/27 is a minor tweak to that patch - Fix broken build in 19/27 against older linux lacking TUNSETSNDBUF - Fix merge conflicts with rtc_opts and 'switch qemu-config to qemu_error' Build tested all targets on f11 (with and without TUNSETSNDBUF) and mingw. Basic sanity (re-)checking of networking. Cheers, Mark.