From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzYii-00072I-Kn for qemu-devel@nongnu.org; Thu, 30 Apr 2009 12:02:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzYid-00070u-V2 for qemu-devel@nongnu.org; Thu, 30 Apr 2009 12:02:44 -0400 Received: from [199.232.76.173] (port=39872 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzYic-00070k-Aw for qemu-devel@nongnu.org; Thu, 30 Apr 2009 12:02:39 -0400 Received: from mx20.gnu.org ([199.232.41.8]:6228) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LzYib-000363-TJ for qemu-devel@nongnu.org; Thu, 30 Apr 2009 12:02:37 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LzYia-0002mQ-Ff for qemu-devel@nongnu.org; Thu, 30 Apr 2009 12:02:36 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Re: [PATCH 9/9] Introduce VLANClientState::cleanup() Date: Thu, 30 Apr 2009 17:02:31 +0100 References: <1239812969-8320-2-git-send-email-markmc@redhat.com> <200904291137.57852.paul@codesourcery.com> <49F9AB7C.7020803@redhat.com> In-Reply-To: <49F9AB7C.7020803@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904301702.32282.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Mark McLoughlin , Anthony Liguori , Marcelo Tosatti , Avi Kivity , Markus Armbruster > 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. Paul