]> git.proxmox.com Git - mirror_qemu.git/commit
rdma: bug fixes
authorMichael R. Hines <mrhines@us.ibm.com>
Tue, 18 Feb 2014 02:34:06 +0000 (10:34 +0800)
committerJuan Quintela <quintela@redhat.com>
Mon, 23 Jun 2014 17:09:50 +0000 (19:09 +0200)
commite325b49a320b493cc5d69e263751ff716dc458fe
tree0ec350ca5c01cc2e696f880ec0e668eadc17b259
parentd9c1647d896d3192cba9dbf98fb7efab876edde5
rdma: bug fixes

1. Fix small memory leak in parsing inet address from command line in data_init()
2. Fix ibv_post_send() return value check and pass error code back up correctly.
3. Fix rdma_destroy_qp() segfault after failure to connect to destination.

Reported-by: frank.yangjie@gmail.com
Reported-by: dgilbert@redhat.com
Signed-off-by: Michael R. Hines <mrhines@us.ibm.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration-rdma.c