[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 For-1.6 2/7] rdma: forgot to turn off the deb
From: |
Orit Wasserman |
Subject: |
Re: [Qemu-devel] [PATCH v3 For-1.6 2/7] rdma: forgot to turn off the debugging flag |
Date: |
Wed, 07 Aug 2013 11:39:40 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 |
On 08/04/2013 05:54 AM, address@hidden wrote:
> 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
>
>
Reviewed-by: Orit Wasserman <address@hidden>
- [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, 2013/08/03
- Re: [Qemu-devel] [PATCH v3 For-1.6 2/7] rdma: forgot to turn off the debugging flag,
Orit Wasserman <=
- [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