From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6zGZ-0007J1-F5 for qemu-devel@nongnu.org; Wed, 07 Aug 2013 04:38:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6zGS-0004ei-JO for qemu-devel@nongnu.org; Wed, 07 Aug 2013 04:38:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6zGS-0004eY-C0 for qemu-devel@nongnu.org; Wed, 07 Aug 2013 04:38:40 -0400 Message-ID: <520207CC.1040206@redhat.com> Date: Wed, 07 Aug 2013 11:39:40 +0300 From: Orit Wasserman MIME-Version: 1.0 References: <1375584894-9917-1-git-send-email-mrhines@linux.vnet.ibm.com> <1375584894-9917-3-git-send-email-mrhines@linux.vnet.ibm.com> In-Reply-To: <1375584894-9917-3-git-send-email-mrhines@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 For-1.6 2/7] rdma: forgot to turn off the debugging flag List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mrhines@linux.vnet.ibm.com Cc: yamahata@private.email.ne.jp, aliguori@us.ibm.com, quintela@redhat.com, qemu-devel@nongnu.org, mrhines@us.ibm.com, pbonzini@redhat.com On 08/04/2013 05:54 AM, mrhines@linux.vnet.ibm.com wrote: > From: "Michael R. Hines" > > Ooops. We forgot to turn off the flag. > > Signed-off-by: Michael R. Hines > --- > migration-rdma.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/migration-rdma.c b/migration-rdma.c > index 9cf73e3..fe6118d 100644 > --- a/migration-rdma.c > +++ b/migration-rdma.c > @@ -27,7 +27,7 @@ > #include > #include > > -#define DEBUG_RDMA > +//#define DEBUG_RDMA > //#define DEBUG_RDMA_VERBOSE > //#define DEBUG_RDMA_REALLY_VERBOSE > > Reviewed-by: Orit Wasserman