From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJsBP-0002ob-Q1 for qemu-devel@nongnu.org; Mon, 05 Jan 2009 11:20:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJsBO-0002ns-7f for qemu-devel@nongnu.org; Mon, 05 Jan 2009 11:20:03 -0500 Received: from [199.232.76.173] (port=60509 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJsBN-0002nn-Tv for qemu-devel@nongnu.org; Mon, 05 Jan 2009 11:20:01 -0500 Received: from mx2.redhat.com ([66.187.237.31]:33385) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJsBN-0002j5-HF for qemu-devel@nongnu.org; Mon, 05 Jan 2009 11:20:01 -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 n05GK0EP025163 for ; Mon, 5 Jan 2009 11:20:00 -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 n05GK1AJ024807 for ; Mon, 5 Jan 2009 11:20:01 -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 n05GJxJs005693 for ; Mon, 5 Jan 2009 11:20:00 -0500 Date: Mon, 5 Jan 2009 18:21:10 +0200 From: Gleb Natapov Subject: Re: [Qemu-devel] [PATCH v2 0/5] Marry slirp and qemu character device. Message-ID: <20090105162110.GA7803@redhat.com> References: <20090105151459.3819.79836.stgit@dhcp-1-237.tlv.redhat.com> <496228C9.3090701@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <496228C9.3090701@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 Mon, Jan 05, 2009 at 09:35:37AM -0600, Anthony Liguori wrote: > Gleb Natapov wrote: >> 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. >> > > Do you have some simple client/server that you're using for testing? > The patches look good to me, I'd like to test them first though before > applying. I guess I could just use a combination of socat/md5sum but > I'm wondering if you have anything more sophisticated already. > socat/md5sum exactly what I am using :) -- Gleb.