From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF5Z5-0006B6-4d for qemu-devel@nongnu.org; Mon, 11 Mar 2013 12:27:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UF5Z1-0004wB-DN for qemu-devel@nongnu.org; Mon, 11 Mar 2013 12:27:07 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:39829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF5Z1-0004w4-7D for qemu-devel@nongnu.org; Mon, 11 Mar 2013 12:27:03 -0400 Received: from /spool/local by e37.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 11 Mar 2013 10:27:01 -0600 Received: from d03relay01.boulder.ibm.com (d03relay01.boulder.ibm.com [9.17.195.226]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 631541FF0050 for ; Mon, 11 Mar 2013 10:21:59 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay01.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r2BGQdgK052050 for ; Mon, 11 Mar 2013 10:26:39 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r2BGQcPk006896 for ; Mon, 11 Mar 2013 10:26:38 -0600 Message-ID: <513E05BC.7050004@linux.vnet.ibm.com> Date: Mon, 11 Mar 2013 12:26:36 -0400 From: "Michael R. Hines" 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> <513DDEC2.6030509@redhat.com> In-Reply-To: <513DDEC2.6030509@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed 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: Paolo Bonzini Cc: aliguori@us.ibm.com, mst@redhat.com, michael.r.hines.mrhines@linux.vnet.ibm.com, qemu-devel@nongnu.org, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com Acknowledged. On 03/11/2013 09:40 AM, Paolo Bonzini wrote: > 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 >