Re: [Qemu-devel] [PATCH v2] rdma: Fix block during rdma migration

2014-06-10 Thread Juan Quintela
wrote: > From: Gonglei > > 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 > Signed-off-by: Gonglei >

Re: [Qemu-devel] [PATCH v2] rdma: Fix block during rdma migration

2014-06-10 Thread Gonglei (Arei)
t; mrhi...@us.ibm.com; Moyuxiang; pbonz...@redhat.com > Subject: Re: [Qemu-devel] [PATCH v2] rdma: Fix block during rdma migration > > On (Tue) 13 May 2014 [20:25:38], arei.gong...@huawei.com wrote: > > From: Gonglei > > > > If the networking break or there's someth

Re: [Qemu-devel] [PATCH v2] rdma: Fix block during rdma migration

2014-06-10 Thread Amit Shah
On (Tue) 13 May 2014 [20:25:38], arei.gong...@huawei.com wrote: > From: Gonglei > > 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. >

[Qemu-devel] [PATCH v2] rdma: Fix block during rdma migration

2014-05-13 Thread arei.gonglei
From: Gonglei 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 Signed-off-by: Gonglei Reviewed-by: Michael R. H