From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwN0I-0000Fx-Ty for qemu-devel@nongnu.org; Tue, 21 Apr 2009 16:55:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwN0E-0000Dp-8d for qemu-devel@nongnu.org; Tue, 21 Apr 2009 16:55:42 -0400 Received: from [199.232.76.173] (port=33303 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwN0D-0000Dc-Qz for qemu-devel@nongnu.org; Tue, 21 Apr 2009 16:55:38 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:44526) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LwN0D-0005EL-9m for qemu-devel@nongnu.org; Tue, 21 Apr 2009 16:55:37 -0400 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e31.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n3LKq84L031783 for ; Tue, 21 Apr 2009 14:52:08 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n3LKtVhM059216 for ; Tue, 21 Apr 2009 14:55:31 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n3LKtVl4019420 for ; Tue, 21 Apr 2009 14:55:31 -0600 Message-ID: <49EE32C0.7050100@us.ibm.com> Date: Tue, 21 Apr 2009 15:55:28 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2 00/11] Various small networking improvements References: <20090419100424.24240.51439.stgit@mchn012c.ww002.siemens.net> In-Reply-To: <20090419100424.24240.51439.stgit@mchn012c.ww002.siemens.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Mark McLoughlin Jan Kiszka wrote: > This series fixes several smaller issues in the networking code and then > enhances it mostly by the following features: > - VLAN capturing (derived from Tristan Gringold's work) > - Handling of requested IP in slirp's DHCP server > - Runtime -redir setup (host_net_redir) > > The first three patches should be considered for stable, so I prepared a > corresponding queue at git://git.kiszka.org/qemu.git queues/stable. > > Find this series also at git://git.kiszka.org/qemu.git queues/net > Applied all (including the first three to stable). Thanks. -- Regards, Anthony Liguori