All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: "Michael R. Hines" <mrhines@linux.vnet.ibm.com>
Cc: "Michael R. Hines" <mrhines@us.ibm.com>,
	qemu-stable@nongnu.org, hinesmr@cn.ibm.com,
	qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com
Subject: Re: [Qemu-devel] [PATCH] rdma: bug fixes
Date: Mon, 16 Jun 2014 13:57:08 +0200	[thread overview]
Message-ID: <87ioo1ysmj.fsf@troll.troll> (raw)
In-Reply-To: <53996F09.8030200@linux.vnet.ibm.com> (Michael R. Hines's message of "Thu, 12 Jun 2014 17:12:41 +0800")

"Michael R. Hines" <mrhines@linux.vnet.ibm.com> wrote:
> On 02/18/2014 10:34 AM, mrhines@linux.vnet.ibm.com wrote:
>> From: "Michael R. Hines" <mrhines@us.ibm.com>


Applied, would go in next pull request.

>> @@ -2512,8 +2510,10 @@ static void *qemu_rdma_data_init(const char *host_port, Error **errp)
>>           } else {
>>               ERROR(errp, "bad RDMA migration address '%s'", host_port);
>>               g_free(rdma);
>> -            return NULL;
>> +            rdma = NULL;
>>           }
>> +
>> +        qapi_free_InetSocketAddress(addr);
>>       }
>>
>>       return rdma;
>
> Juan? Ping again?

I obviously missed this one, sorry :-(

Later, Juan.)

      reply	other threads:[~2014-06-16 11:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-18  2:34 [Qemu-devel] [PATCH] rdma: bug fixes mrhines
2014-02-21  6:53 ` Michael Roth
2014-02-27 15:49 ` Michael Roth
2014-02-27 15:57   ` [Qemu-devel] [Qemu-stable] " Wahlstrom, Pelle
2014-02-27 16:10     ` Michael Roth
2014-03-27  3:14   ` [Qemu-devel] " Michael R. Hines
2014-03-27 14:54     ` Michael Roth
2014-06-12  9:12 ` Michael R. Hines
2014-06-16 11:57   ` Juan Quintela [this message]

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=87ioo1ysmj.fsf@troll.troll \
    --to=quintela@redhat.com \
    --cc=hinesmr@cn.ibm.com \
    --cc=mdroth@linux.vnet.ibm.com \
    --cc=mrhines@linux.vnet.ibm.com \
    --cc=mrhines@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-stable@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.