]> git.proxmox.com Git - qemu.git/commit
rdma: proper getaddrinfo() handling
authorMichael R. Hines <mrhines@us.ibm.com>
Fri, 9 Aug 2013 20:05:43 +0000 (16:05 -0400)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 12 Aug 2013 14:31:16 +0000 (09:31 -0500)
commit6470215b794d6d9f9ffbd82f669645715eb014f8
tree2f4d26a086ff7a91b8bf1a03a455e07956f23ec9
parent88571882516a7cb4291a329c537eb79fd126e1f2
rdma: proper getaddrinfo() handling

getaddrinfo() already knows what it's doing,
but it can potentially return multiple addresses.
We need to handle that...

Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Michael R. Hines <mrhines@us.ibm.com>
Message-id: 1376078746-24948-5-git-send-email-mrhines@linux.vnet.ibm.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
migration-rdma.c