From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTyV4-0007a7-Gj for qemu-devel@nongnu.org; Thu, 23 Jul 2009 09:38:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTyUy-0007Xk-TG for qemu-devel@nongnu.org; Thu, 23 Jul 2009 09:38:21 -0400 Received: from [199.232.76.173] (port=40437 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTyUy-0007Xd-OF for qemu-devel@nongnu.org; Thu, 23 Jul 2009 09:38:16 -0400 Received: from mx20.gnu.org ([199.232.41.8]:44522) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MTyUx-000740-Bz for qemu-devel@nongnu.org; Thu, 23 Jul 2009 09:38:15 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTyUw-0005I9-Jg for qemu-devel@nongnu.org; Thu, 23 Jul 2009 09:38:14 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6NDcDmM028823 for ; Thu, 23 Jul 2009 09:38:13 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6NDcDFd011347 for ; Thu, 23 Jul 2009 09:38:13 -0400 Received: from [IPv6:::1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n6NDcB4L026624 for ; Thu, 23 Jul 2009 09:38:12 -0400 Subject: Re: [Qemu-devel] [PATCH 5/5] Add support for fd=name to tap and socket networking From: Mark McLoughlin In-Reply-To: <1248250302-28595-5-git-send-email-markmc@redhat.com> References: <1248250235.2867.34.camel@blaa> <1248250302-28595-5-git-send-email-markmc@redhat.com> Content-Type: text/plain Date: Thu, 23 Jul 2009 14:37:46 +0100 Message-Id: <1248356266.3067.37.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Wed, 2009-07-22 at 09:11 +0100, Mark McLoughlin wrote: > This allows a program to initialize a host networking device using a > file descriptor passed over a unix monitor socket. > > The program must first pass the file descriptor using SCM_RIGHTS > ancillary data with the getfd monitor command. It then may do > "host_net_add tap fd=name" to use the named file descriptor. Again begging for this to be pulled into stable-0.11 :-) These exact patches were posted in time for the branch but got dropped mainly because of confusion over whether all the concerns had been addressed It's a nice feature for a relatively small set of changes, and without them libvirt can't do NIC hotplug Cheers, Mark.