From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N68Q2-0002OH-0n for qemu-devel@nongnu.org; Thu, 05 Nov 2009 14:54:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N68Px-0002FN-3X for qemu-devel@nongnu.org; Thu, 05 Nov 2009 14:54:53 -0500 Received: from [199.232.76.173] (port=39783 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N68Pw-0002F2-Vb for qemu-devel@nongnu.org; Thu, 05 Nov 2009 14:54:49 -0500 Received: from e2.ny.us.ibm.com ([32.97.182.142]:33390) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N68Pw-0001Jn-HD for qemu-devel@nongnu.org; Thu, 05 Nov 2009 14:54:48 -0500 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by e2.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id nA5Jl55Y019305 for ; Thu, 5 Nov 2009 14:47:05 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id nA5JskUt1224742 for ; Thu, 5 Nov 2009 14:54:46 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id nA59rT5X024850 for ; Thu, 5 Nov 2009 04:53:29 -0500 Message-ID: <4AF32D7F.4060509@us.ibm.com> Date: Thu, 05 Nov 2009 13:54:39 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/4] net-bridge: rootless bridge support for qemu References: <1257294485-27015-1-git-send-email-aliguori@us.ibm.com> <200911051820.48878.arnd@arndb.de> <4AF30E7A.5020708@us.ibm.com> <200911051902.46415.arnd@arndb.de> In-Reply-To: <200911051902.46415.arnd@arndb.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Arnd Bergmann Cc: Mark McLoughlin , Arnd Bergmann , Juan Quintela , Dustin Kirkland , qemu-devel@nongnu.org, Michael Tsirkin , Avi Kivity Arnd Bergmann wrote: > On Thursday 05 November 2009, Anthony Liguori wrote: > >>> How about abstracting it further and not making the helper depend on >>> bridge code. If we put the helper into netcf, we could make that >>> a more generic '-net netcf,helper=/usr/bin/netcf-helper' target, >>> >> ... >> >> Whether qemu-bridge-helper should live in qemu is another point to think >> about. I think I would like to start with it being in qemu but then >> hope someone else pulls it into a separate project along with tunctl. >> > > So how about putting your qemu-bridge-helper into qemu for the -net bridge > wrapper, but makeing -net netcf default to a different wrapper that we > put into netcf? > > The netcf version can then be extended with advanced features like routing > and macvlan modes, as well as more sophisticated integration into the > distro's access control infrastructure. > Yup. -- Regards, Anthony Liguori