From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQc8i-00033z-CC for qemu-devel@nongnu.org; Fri, 12 Apr 2013 07:27:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQc8f-0007o5-4p for qemu-devel@nongnu.org; Fri, 12 Apr 2013 07:27:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQc8e-0007nq-Ss for qemu-devel@nongnu.org; Fri, 12 Apr 2013 07:27:29 -0400 Date: Fri, 12 Apr 2013 14:27:23 +0300 From: "Michael S. Tsirkin" Message-ID: <20130412112723.GC23467@redhat.com> References: <1365745874-24575-1-git-send-email-mrhines@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1365745874-24575-1-git-send-email-mrhines@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH 0/8] rdma: migration support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mrhines@linux.vnet.ibm.com Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com, pbonzini@redhat.com On Fri, Apr 12, 2013 at 01:51:06AM -0400, mrhines@linux.vnet.ibm.com wrote: > From: "Michael R. Hines" > > Changes since v7: > > - Ran checkpatch.pl > - Finished additional cleanup requests > - Deleted zero scanning option > - Cleaned up docs/rdma.txt > > Wiki: http://wiki.qemu.org/Features/RDMALiveMigration > Github: git@github.com:hinesmr/qemu.git > > Signed-off-by: Michael R. Hines How about we merge just the core changes? Patches 1 and 3. This will make it easy to experiment with rdma out of tree until it's ready.