From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUNpN-0000ej-7D for qemu-devel@nongnu.org; Mon, 22 Apr 2013 16:59:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUNpH-0003Rb-5c for qemu-devel@nongnu.org; Mon, 22 Apr 2013 16:59:09 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:45932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUNpH-0003Qy-11 for qemu-devel@nongnu.org; Mon, 22 Apr 2013 16:59:03 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 22 Apr 2013 16:59:01 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 63FB36E803F for ; Mon, 22 Apr 2013 16:58:56 -0400 (EDT) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3MKwv88199572 for ; Mon, 22 Apr 2013 16:58:57 -0400 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3MKwuNA013386 for ; Mon, 22 Apr 2013 14:58:56 -0600 Message-ID: <5175A48B.6030303@linux.vnet.ibm.com> Date: Mon, 22 Apr 2013 16:58:51 -0400 From: "Michael R. Hines" MIME-Version: 1.0 References: <1366579081-6857-1-git-send-email-mrhines@linux.vnet.ibm.com> <1366579081-6857-2-git-send-email-mrhines@linux.vnet.ibm.com> <51759A9C.8040601@redhat.com> In-Reply-To: <51759A9C.8040601@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 01/12] rdma: add documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake 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, pbonzini@redhat.com On 04/22/2013 04:16 PM, Eric Blake wrote: > On 04/21/2013 03:17 PM, mrhines@linux.vnet.ibm.com wrote: >> From: "Michael R. Hines" >> >> docs/rdma.txt contains full documentation, >> wiki links, github url and contact information. >> >> Signed-off-by: Michael R. Hines >> --- >> docs/rdma.txt | 404 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 404 insertions(+) >> create mode 100644 docs/rdma.txt >> >> + >> +Experimental: Next, decide if you want dynamic page registration. >> +For example, if you have an 8GB RAM virtual machine, but only 1GB >> +is in active use, then disabling this feature will cause all 8GB to > Trailing whitespace here and elsewhere. scripts/checkpatch.pl doesn't > like that. > > s/disabling/enabling/ > >> +be pinned and resident in memory. This feature mostly affects the >> +bulk-phase round of the migration and can be disabled for extremely > s/disabled/enabled/ > Ah yes, I totally forgot to re-run checkpatch. Sorry about that. Will do in v6 - Michael