From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ0vd-0003Ff-7T for qemu-devel@nongnu.org; Wed, 04 Feb 2015 09:27:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJ0vY-00011r-5q for qemu-devel@nongnu.org; Wed, 04 Feb 2015 09:27:41 -0500 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:39594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ0vX-00011n-Uy for qemu-devel@nongnu.org; Wed, 04 Feb 2015 09:27:36 -0500 Received: by mail-wi0-f174.google.com with SMTP id n3so32213437wiv.1 for ; Wed, 04 Feb 2015 06:27:35 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54D22C53.3070909@redhat.com> Date: Wed, 04 Feb 2015 15:27:31 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20150204113229.GN3032@redhat.com> <20150204130821.GH2329@work-vm> In-Reply-To: <20150204130821.GH2329@work-vm> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] RFC: Universal encryption on QEMU I/O channels List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" , "Daniel P. Berrange" Cc: amit.shah@redhat.com, qemu-devel@nongnu.org, quintela@redhat.com On 04/02/2015 14:08, Dr. David Alan Gilbert wrote: > 3) I'd considered making a separate socket/fd for passing page data > in the hope of maybe making that page take data via splice; but am not > sure yet. There were even patches for this: http://lists.gnu.org/archive/html/qemu-devel/2013-11/msg04006.html The submitter disappeared together with Anthony, but the patches were pretty good and reused some of the RDMA hooks. Paolo