]> git.proxmox.com Git - mirror_qemu.git/commit - migration-rdma.c
rdma: Fix block during rdma migration
authorGonglei <arei.gonglei@huawei.com>
Tue, 13 May 2014 12:25:38 +0000 (20:25 +0800)
committerJuan Quintela <quintela@redhat.com>
Mon, 16 Jun 2014 02:55:27 +0000 (04:55 +0200)
commit2a9343470432573acf06379bcbf8e5e6568507e4
tree7fd86b87b5352c21717883f9bd95cb8b7ff2b0bd
parentf7cd55a023b71ff9583dad9135413b7cc5821dfe
rdma: Fix block during rdma migration

If the networking break or there's something wrong with rdma
device(ib0 with no IP) during rdma migration, the main_loop of
qemu will be blocked in rdma_destroy_id. I add rdma_ack_cm_event
to fix this bug.

Signed-off-by: Mo Yuxiang <Moyuxiang@huawei.com>
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Reviewed-by: Michael R. Hines <mrhines@us.ibm.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration-rdma.c