From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzZE8-00057K-SY for qemu-devel@nongnu.org; Thu, 30 Apr 2009 12:35:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzZE3-00055u-Rt for qemu-devel@nongnu.org; Thu, 30 Apr 2009 12:35:12 -0400 Received: from [199.232.76.173] (port=58100 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzZE3-00055r-Hs for qemu-devel@nongnu.org; Thu, 30 Apr 2009 12:35:07 -0400 Received: from mx2.redhat.com ([66.187.237.31]:36945) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LzZE3-00083C-57 for qemu-devel@nongnu.org; Thu, 30 Apr 2009 12:35:07 -0400 Message-ID: <49F9D2BB.2060608@redhat.com> Date: Thu, 30 Apr 2009 19:32:59 +0300 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 9/9] Introduce VLANClientState::cleanup() References: <1239812969-8320-2-git-send-email-markmc@redhat.com> <200904301702.32282.paul@codesourcery.com> <49F9CFCA.8000002@redhat.com> <200904301731.04902.paul@codesourcery.com> In-Reply-To: <200904301731.04902.paul@codesourcery.com> 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: Paul Brook Cc: Mark McLoughlin , Anthony Liguori , Marcelo Tosatti , qemu-devel@nongnu.org, Markus Armbruster Paul Brook wrote: > On Thursday 30 April 2009, Avi Kivity wrote: > >> Paul Brook wrote: >> >>>> Sure, you can short-ciruit the case where you have a pair of devices, >>>> but then you need to revoke posted receive descriptors. >>>> >>> Isn't the same true with a point-point API? When you add a third device >>> to the vlan you're going to have to break the tap-guest link, and insert >>> a proxy in the middle. >>> >> I thought with a point-to-point API, you would not actually be inserting >> any third device. >> > > That's a fair chunk of functionality you just lost then. > True, but is it actually useful? Short-circuiting two guest devices probably isn't. Adding host devices (like recording packets) might be. -- error compiling committee.c: too many arguments to function