From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqP2q-0003mz-Q3 for qemu-devel@nongnu.org; Wed, 23 Sep 2009 06:25:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqP2f-0003fL-Ua for qemu-devel@nongnu.org; Wed, 23 Sep 2009 06:25:50 -0400 Received: from [199.232.76.173] (port=37804 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqP2f-0003ez-8k for qemu-devel@nongnu.org; Wed, 23 Sep 2009 06:25:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45329) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MqP2e-0001Ua-9w for qemu-devel@nongnu.org; Wed, 23 Sep 2009 06:25:44 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8NAPhrd025947 for ; Wed, 23 Sep 2009 06:25:43 -0400 Received: from blaa.localdomain (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8NAPfFc011608 for ; Wed, 23 Sep 2009 06:25:42 -0400 From: Mark McLoughlin Date: Wed, 23 Sep 2009 11:23:59 +0100 Message-Id: <1253701463-3134-1-git-send-email-markmc@redhat.com> Subject: [Qemu-devel] [PATCH 00/19 v2] Port -net to QemuOpts List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 Cheers, Mark.