From patchwork Tue Jul 30 15:21:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: mrhines@linux.vnet.ibm.com X-Patchwork-Id: 263436 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 045942C00BF for ; Wed, 31 Jul 2013 01:23:29 +1000 (EST) Received: from localhost ([::1]:54625 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4Blk-0006wX-SO for incoming@patchwork.ozlabs.org; Tue, 30 Jul 2013 11:23:24 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4Bjq-00044Q-2H for qemu-devel@nongnu.org; Tue, 30 Jul 2013 11:21:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4Bjg-00056D-Gv for qemu-devel@nongnu.org; Tue, 30 Jul 2013 11:21:26 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:40704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4Bjg-000566-DC for qemu-devel@nongnu.org; Tue, 30 Jul 2013 11:21:16 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 30 Jul 2013 11:21:16 -0400 Received: from d01dlp03.pok.ibm.com (9.56.250.168) by e7.ny.us.ibm.com (192.168.1.107) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 30 Jul 2013 11:21:15 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id C51F2C90050 for ; Tue, 30 Jul 2013 11:21:12 -0400 (EDT) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6UFLEs6109558 for ; Tue, 30 Jul 2013 11:21:14 -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 r6UFLAXG030039 for ; Tue, 30 Jul 2013 11:21:10 -0400 Received: from mrhinesdev.klabtestbed.com (klinux.watson.ibm.com [9.2.208.21]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id r6UFLAhE029975; Tue, 30 Jul 2013 11:21:10 -0400 From: mrhines@linux.vnet.ibm.com To: qemu-devel@nongnu.org Date: Tue, 30 Jul 2013 11:21:03 -0400 Message-Id: <1375197664-24181-3-git-send-email-mrhines@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1375197664-24181-1-git-send-email-mrhines@linux.vnet.ibm.com> References: <1375197664-24181-1-git-send-email-mrhines@linux.vnet.ibm.com> X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13073015-5806-0000-0000-0000223CC071 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 32.97.182.137 Cc: pbonzini@redhat.com, aliguori@us.ibm.com, quintela@redhat.com, mrhines@us.ibm.com, owasserm@redhat.com Subject: [Qemu-devel] [PATCH v2 2/3] rdma: forgot to turn off the debugging flag X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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