[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v3 For-1.6 2/7] rdma: forgot to turn off the debuggi
From: |
mrhines |
Subject: |
[Qemu-devel] [PATCH v3 For-1.6 2/7] rdma: forgot to turn off the debugging flag |
Date: |
Sat, 3 Aug 2013 22:54:49 -0400 |
From: "Michael R. Hines" <address@hidden>
Ooops. We forgot to turn off the flag.
Signed-off-by: Michael R. Hines <address@hidden>
---
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 <string.h>
#include <rdma/rdma_cma.h>
-#define DEBUG_RDMA
+//#define DEBUG_RDMA
//#define DEBUG_RDMA_VERBOSE
//#define DEBUG_RDMA_REALLY_VERBOSE
--
1.7.10.4
- [Qemu-devel] [PATCH v3 For-1.6 0/7] rdma: bugfixes, cleanups, IPv6 support, mrhines, 2013/08/03
- [Qemu-devel] [PATCH v3 For-1.6 1/7] rdma: bugfix: make IPv6 support work, mrhines, 2013/08/03
- [Qemu-devel] [PATCH v3 For-1.6 6/7] rdma: use RDMA_WRID_READY, mrhines, 2013/08/03
- [Qemu-devel] [PATCH v3 For-1.6 7/7] rdma: memory leak RDMAContext::host, mrhines, 2013/08/03
- [Qemu-devel] [PATCH v3 For-1.6 2/7] rdma: forgot to turn off the debugging flag,
mrhines <=
- [Qemu-devel] [PATCH v3 For-1.6 4/7] rdma: don't use negative index to array, mrhines, 2013/08/03
- [Qemu-devel] [PATCH v3 For-1.6 5/7] rdma: qemu_rdma_post_send_control uses wrongly RDMA_WRID_MAX, mrhines, 2013/08/03
- [Qemu-devel] [PATCH v3 For-1.6 3/7] rdma: correct newlines in error statements, mrhines, 2013/08/03
- Re: [Qemu-devel] [PATCH v3 For-1.6 0/7] rdma: bugfixes, cleanups, IPv6 support, Anthony Liguori, 2013/08/14