From: mrhines@linux.vnet.ibm.com
To: qemu-devel@nongnu.org
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
Date: Tue, 30 Jul 2013 11:21:03 -0400 [thread overview]
Message-ID: <1375197664-24181-3-git-send-email-mrhines@linux.vnet.ibm.com> (raw)
In-Reply-To: <1375197664-24181-1-git-send-email-mrhines@linux.vnet.ibm.com>
From: "Michael R. Hines" <mrhines@us.ibm.com>
Ooops. We forgot to turn off the flag.
Signed-off-by: Michael R. Hines <mrhines@us.ibm.com>
---
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
next prev parent reply other threads:[~2013-07-30 15:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-30 15:21 [Qemu-devel] [PATCH v2 0/3] rdma: IPv6 bugfixes and cleanups mrhines
2013-07-30 15:21 ` [Qemu-devel] [PATCH v2 1/3] rdma: bugfix: make IPv6 support work mrhines
2013-07-30 15:21 ` mrhines [this message]
2013-07-30 15:21 ` [Qemu-devel] [PATCH v2 3/3] rdma: correct newlines in error statements mrhines
2013-08-14 16:29 ` [Qemu-devel] [PATCH v2 0/3] rdma: IPv6 bugfixes and cleanups Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1375197664-24181-3-git-send-email-mrhines@linux.vnet.ibm.com \
--to=mrhines@linux.vnet.ibm.com \
--cc=aliguori@us.ibm.com \
--cc=mrhines@us.ibm.com \
--cc=owasserm@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).