From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LL2BU-0006AM-QL for qemu-devel@nongnu.org; Thu, 08 Jan 2009 16:12:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LL2BR-00069p-7Q for qemu-devel@nongnu.org; Thu, 08 Jan 2009 16:12:56 -0500 Received: from [199.232.76.173] (port=38106 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LL2BR-00069k-3t for qemu-devel@nongnu.org; Thu, 08 Jan 2009 16:12:53 -0500 Received: from mx2.redhat.com ([66.187.237.31]:60958) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LL2BQ-0000bS-Pd for qemu-devel@nongnu.org; Thu, 08 Jan 2009 16:12:53 -0500 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 n08LCp2K004390 for ; Thu, 8 Jan 2009 16:12:51 -0500 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 n08LCpM5015115 for ; Thu, 8 Jan 2009 16:12:51 -0500 Received: from dhcp-1-237.tlv.redhat.com (dhcp-1-237.tlv.redhat.com [10.35.1.237]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n08LCoLo021181 for ; Thu, 8 Jan 2009 16:12:51 -0500 Date: Thu, 8 Jan 2009 23:14:03 +0200 From: Gleb Natapov Subject: Re: [Qemu-devel] [PATCH v3 0/5] Marry slirp and qemu character device. Message-ID: <20090108211403.GA22504@redhat.com> References: <20090108095533.12548.8211.stgit@dhcp-1-237.tlv.redhat.com> <496653B3.40904@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <496653B3.40904@codemonkey.ws> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Thu, Jan 08, 2009 at 01:27:47PM -0600, Anthony Liguori wrote: > Gleb Natapov wrote: >> Windows compilation should be fixed now. >> >> Trap TCP connection to special IP/port inside slirp and redirect its >> traffic to a qemu character device. Add option to prevent connections >> through slirp to outside world. Add migration support for "special" >> sockets. This allow slirp to be used for secure communication between >> host and guest management agents. >> > > Applied everything but #2. I'm not necessarily opposed to #2 but I > wanted to see what you thought about making the syntax a bit more > generic. > I think the syntax you propose make sense. I'll send a new patch. -- Gleb.