yeahuh / rpms / qemu-kvm

Forked from rpms/qemu-kvm 2 years ago
Clone

Blame SOURCES/kvm-rdma-forgot-to-turn-off-the-debugging-flag.patch

9ae3a8
From 78b9f22700ec26bf8bc9bb1fb8c2ba69296955cf Mon Sep 17 00:00:00 2001
9ae3a8
Message-Id: <78b9f22700ec26bf8bc9bb1fb8c2ba69296955cf.1387382496.git.minovotn@redhat.com>
9ae3a8
In-Reply-To: <c5386144fbf09f628148101bc674e2421cdd16e3.1387382496.git.minovotn@redhat.com>
9ae3a8
References: <c5386144fbf09f628148101bc674e2421cdd16e3.1387382496.git.minovotn@redhat.com>
9ae3a8
From: Nigel Croxon <ncroxon@redhat.com>
9ae3a8
Date: Thu, 14 Nov 2013 22:52:57 +0100
9ae3a8
Subject: [PATCH 21/46] rdma: forgot to turn off the debugging flag
9ae3a8
9ae3a8
RH-Author: Nigel Croxon <ncroxon@redhat.com>
9ae3a8
Message-id: <1384469598-13137-22-git-send-email-ncroxon@redhat.com>
9ae3a8
Patchwork-id: 55703
9ae3a8
O-Subject: [RHEL7.0 PATCH 21/42] rdma: forgot to turn off the debugging flag
9ae3a8
Bugzilla: 1011720
9ae3a8
RH-Acked-by: Orit Wasserman <owasserm@redhat.com>
9ae3a8
RH-Acked-by: Amit Shah <amit.shah@redhat.com>
9ae3a8
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
9ae3a8
9ae3a8
Bugzilla: 1011720
9ae3a8
https://bugzilla.redhat.com/show_bug.cgi?id=1011720
9ae3a8
9ae3a8
>From commit ID:
9ae3a8
commit 8cd31adc7cc0602ba0a66b7d9b50fd016ab5530a
9ae3a8
Author: Michael R. Hines <mrhines@us.ibm.com>
9ae3a8
Date:   Sat Aug 3 22:54:49 2013 -0400
9ae3a8
9ae3a8
    rdma: forgot to turn off the debugging flag
9ae3a8
9ae3a8
    Ooops. We forgot to turn off the flag.
9ae3a8
9ae3a8
    Signed-off-by: Michael R. Hines <mrhines@us.ibm.com>
9ae3a8
    Message-id: 1375584894-9917-3-git-send-email-mrhines@linux.vnet.ibm.com
9ae3a8
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
9ae3a8
---
9ae3a8
 migration-rdma.c |    2 +-
9ae3a8
 1 files changed, 1 insertions(+), 1 deletions(-)
9ae3a8
9ae3a8
Signed-off-by: Michal Novotny <minovotn@redhat.com>
9ae3a8
---
9ae3a8
 migration-rdma.c | 2 +-
9ae3a8
 1 file changed, 1 insertion(+), 1 deletion(-)
9ae3a8
9ae3a8
diff --git a/migration-rdma.c b/migration-rdma.c
9ae3a8
index 9cf73e3..fe6118d 100644
9ae3a8
--- a/migration-rdma.c
9ae3a8
+++ b/migration-rdma.c
9ae3a8
@@ -27,7 +27,7 @@
9ae3a8
 #include <string.h>
9ae3a8
 #include <rdma/rdma_cma.h>
9ae3a8
 
9ae3a8
-#define DEBUG_RDMA
9ae3a8
+//#define DEBUG_RDMA
9ae3a8
 //#define DEBUG_RDMA_VERBOSE
9ae3a8
 //#define DEBUG_RDMA_REALLY_VERBOSE
9ae3a8
 
9ae3a8
-- 
9ae3a8
1.7.11.7
9ae3a8