From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV9QI-0003Qo-Pd for qemu-devel@nongnu.org; Wed, 24 Apr 2013 19:48:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UV9QB-0006GZ-1F for qemu-devel@nongnu.org; Wed, 24 Apr 2013 19:48:26 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:39804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV9QA-0006Fk-Th for qemu-devel@nongnu.org; Wed, 24 Apr 2013 19:48:18 -0400 Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 24 Apr 2013 19:48:15 -0400 Received: from d01relay01.pok.ibm.com (d01relay01.pok.ibm.com [9.56.227.233]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 7687838C801C for ; Wed, 24 Apr 2013 19:48:13 -0400 (EDT) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay01.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3ONmDkE309994 for ; Wed, 24 Apr 2013 19:48:13 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3ONmCkm025228 for ; Wed, 24 Apr 2013 19:48:12 -0400 Message-ID: <51786F3B.8070707@linux.vnet.ibm.com> Date: Wed, 24 Apr 2013 19:48:11 -0400 From: "Michael R. Hines" MIME-Version: 1.0 References: <1366830057-16964-1-git-send-email-mrhines@linux.vnet.ibm.com> <517853B1.3030900@redhat.com> In-Reply-To: <517853B1.3030900@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 00/11] rdma: migration support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: aliguori@us.ibm.com, quintela@redhat.com, qemu-devel@nongnu.org, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com On 04/24/2013 05:50 PM, Paolo Bonzini wrote: > Il 24/04/2013 21:00, mrhines@linux.vnet.ibm.com ha scritto: >> From: "Michael R. Hines" >> >> Changes since v5: >> >> - Removed max_size hook. > The patches look good. I will not be very available in the next few > days due to a public holiday here, but I believe that it's okay for 1.5. > It's clearly marked as experimental, and the changes to the internals > are safe and ok. > > The one small nit is that patch 11 should come before patch 10. It can > be fixed by whoever applies the patch. > > Reviewed-by: Paolo Bonzini > > Paolo Acknowledged. Thank you. - Michael