From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF2y1-0002OK-5J for qemu-devel@nongnu.org; Mon, 11 Mar 2013 09:40:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UF2xx-0002kC-Nj for qemu-devel@nongnu.org; Mon, 11 Mar 2013 09:40:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF2xx-0002it-Fu for qemu-devel@nongnu.org; Mon, 11 Mar 2013 09:40:37 -0400 Message-ID: <513DDEC2.6030509@redhat.com> Date: Mon, 11 Mar 2013 14:40:18 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1362976414-21396-1-git-send-email-mrhines@us.ibm.com> <1362976414-21396-9-git-send-email-mrhines@us.ibm.com> In-Reply-To: <1362976414-21396-9-git-send-email-mrhines@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH RDMA support v3: 08/10] Introduce QEMUFileRDMA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael.R.Hines.mrhines@linux.vnet.ibm.com Cc: aliguori@us.ibm.com, mst@redhat.com, qemu-devel@nongnu.org, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com Il 11/03/2013 05:33, Michael.R.Hines.mrhines@linux.vnet.ibm.com ha scritto: > From: "Michael R. Hines" > > This is the loadvm() side of the connection which is RDMA-aware, > so that transfer of device state can use the same abstractions > as all of the other migration protocols. > > Full documentation of the protocol is in docs/rdma.txt > > Signed-off-by: Michael R. Hines > --- > include/migration/qemu-file.h | 17 +++++ > savevm.c | 165 ++++++++++++++++++++++++++++++++++++++++- > 2 files changed, 180 insertions(+), 2 deletions(-) Please move this to rdma.c, otherwise it won't compile without librdmacm. Paolo