From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lzatk-00033K-3O for qemu-devel@nongnu.org; Thu, 30 Apr 2009 14:22:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lzatf-00031A-AN for qemu-devel@nongnu.org; Thu, 30 Apr 2009 14:22:15 -0400 Received: from [199.232.76.173] (port=32879 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lzatf-000312-4i for qemu-devel@nongnu.org; Thu, 30 Apr 2009 14:22:11 -0400 Received: from mx2.redhat.com ([66.187.237.31]:51319) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lzatd-00087O-9y for qemu-devel@nongnu.org; Thu, 30 Apr 2009 14:22:10 -0400 Message-ID: <49F9EBC6.1070400@redhat.com> Date: Thu, 30 Apr 2009 21:19:50 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1239812969-8320-2-git-send-email-markmc@redhat.com> <200904291137.57852.paul@codesourcery.com> <49F9AB7C.7020803@redhat.com> <200904301702.32282.paul@codesourcery.com> <49F9D2B3.60707@us.ibm.com> <49F9DBCC.3030906@us.ibm.com> <49F9E3CB.4000604@web.de> <49F9E48B.2070906@redhat.com> <49F9EB20.5030904@web.de> In-Reply-To: <49F9EB20.5030904@web.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 9/9] Introduce VLANClientState::cleanup() List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Mark McLoughlin , Anthony Liguori , Marcelo Tosatti , Markus Armbruster , qemu-devel@nongnu.org, Blue Swirl , Paul Brook Jan Kiszka wrote: > Avi Kivity wrote: > >> Jan Kiszka wrote: >> >>> Why not keeping all the existing infrastructure, just locking a vlan >>> against becoming more than a point-to-point link once some conflicting >>> optimization was applied? That should be easy to implement and to >>> explain to the user. >>> >>> >> I still haven't seen a real life usecase for >2 terminals on a vlan. >> >> > > Inter-VM linking e.g: > > qemu -net user -net nic -net socket,listen=... > qemu -net socket,connect=... > > Hmm, okay. But it's a bit sad to carry all that complexity for this. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.