From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1My69p-0002tK-7l for qemu-devel@nongnu.org; Wed, 14 Oct 2009 11:52:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1My69k-0002rO-Le for qemu-devel@nongnu.org; Wed, 14 Oct 2009 11:52:56 -0400 Received: from [199.232.76.173] (port=43100 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1My69k-0002rJ-Hd for qemu-devel@nongnu.org; Wed, 14 Oct 2009 11:52:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30051) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1My69j-0008PM-0r for qemu-devel@nongnu.org; Wed, 14 Oct 2009 11:52:52 -0400 Date: Wed, 14 Oct 2009 17:50:18 +0200 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] Re: Release plan for 0.12.0 Message-ID: <20091014155018.GB30179@redhat.com> References: <4AC29E4D.80707@us.ibm.com> <200910081555.40897.jens@linux.vnet.ibm.com> <4ACDF550.1020502@codemonkey.ws> <20091014132154.GA29037@redhat.com> <4AD5DD6B.2030703@codemonkey.ws> <20091014142453.GA29798@redhat.com> <20091014151917.GB17062@shareable.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091014151917.GB17062@shareable.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jamie Lokier Cc: Anthony Liguori , kvm-devel , qemu-devel@nongnu.org, Paul Brook , Jens Osterkamp On Wed, Oct 14, 2009 at 04:19:17PM +0100, Jamie Lokier wrote: > Michael S. Tsirkin wrote: > > On Wed, Oct 14, 2009 at 09:17:15AM -0500, Anthony Liguori wrote: > > > Michael S. Tsirkin wrote: > > >> Looks like Or has abandoned it. I have an updated version which works > > >> with new APIs, etc. Let me post it and we'll go from there. > > >> > > >> > > >>> I'm generally inclined to oppose the functionality as I don't think > > >>> it offers any advantages over the existing backends. > > >>> > > >> > > >> I patch it in and use it all the time. It's much easier to setup > > >> on a random machine than a bridged config. > > >> > > > > > > Having two things that do the same thing is just going to lead to user > > > confusion. > > > > They do not do the same thing. With raw socket you can use windows > > update without a bridge in the host, with tap you can't. > > On the other hand, with raw socket, guest Windows can't access files > on the host's Samba share can it? So it's not that useful even for > Windows guests. I guess this depends on whether you use the same host for samba :) > > > If the problem is tap is too hard to setup, we should try to > > > simplify tap configuration. > > > > The problem is bridge is too hard to setup. > > Simplifying that is a good idea, but outside the scope > > of the qemu project. > > I venture it's important enough for qemu that it's worth working on > that. Something that looks like the raw socket but behaves like an > automatically instantiated bridge attached to the bound interface > would be a useful interface. I agree, that would be good to have. > I don't have much time, but I'll help anybody who wants to do that. > > -- Jamie