From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF5Ys-0005y8-0c for qemu-devel@nongnu.org; Mon, 11 Mar 2013 12:26:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UF5Yn-0004rL-R1 for qemu-devel@nongnu.org; Mon, 11 Mar 2013 12:26:53 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:44818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF5Yn-0004r6-JL for qemu-devel@nongnu.org; Mon, 11 Mar 2013 12:26:49 -0400 Received: from /spool/local by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 11 Mar 2013 10:26:48 -0600 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id CF33F3E4006D for ; Mon, 11 Mar 2013 10:26:30 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r2BGQS1D106556 for ; Mon, 11 Mar 2013 10:26:28 -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 r2BGQEfg003994 for ; Mon, 11 Mar 2013 10:26:14 -0600 Received: from [172.16.1.222] (klinux.watson.ibm.com [9.2.208.21]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id r2BGQDaD003836 for ; Mon, 11 Mar 2013 10:26:14 -0600 Message-ID: <513E05A4.5080505@linux.vnet.ibm.com> Date: Mon, 11 Mar 2013 12:26:12 -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: qemu-devel@nongnu.org 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 >