From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1My4Sb-0000Rq-WB for qemu-devel@nongnu.org; Wed, 14 Oct 2009 10:04:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1My4SV-0000MJ-8S for qemu-devel@nongnu.org; Wed, 14 Oct 2009 10:04:11 -0400 Received: from [199.232.76.173] (port=56989 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1My4SS-0000Lj-Nx for qemu-devel@nongnu.org; Wed, 14 Oct 2009 10:04:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6509) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1My4SS-0006e8-79 for qemu-devel@nongnu.org; Wed, 14 Oct 2009 10:04:04 -0400 Date: Wed, 14 Oct 2009 16:01:35 +0200 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] Release plan for 0.12.0 Message-ID: <20091014140135.GA29515@redhat.com> References: <4AC29E4D.80707@us.ibm.com> <200910081555.40897.jens@linux.vnet.ibm.com> <4ACDF550.1020502@codemonkey.ws> <200910141509.28325.arnd@arndb.de> <4AD5D7F3.10105@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AD5D7F3.10105@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Anthony Liguori , Arnd Bergmann , kvm-devel , qemu-devel@nongnu.org, Or Gerlitz , Paul Brook , Jens Osterkamp On Wed, Oct 14, 2009 at 08:53:55AM -0500, Anthony Liguori wrote: > Arnd Bergmann wrote: >> There are two reasons why I think this backend is important: >> >> - As an easy way to provide isolation between guests (private ethernet >> port aggregator, PEPA) and external enforcement of network priviledges >> (virtual ethernet port aggregator, VEPA) using the macvlan subsystem. >> > > Can't this all be done with tap and a bridge? Not with existing kernels, I think. > Regards, > > Anthony Liguori