Re: [Qemu-devel] [PATCH v6 09/11] migration: poll the cm event for destination qemu

2018-08-20 Thread 858585 jemmy
On Fri, Aug 17, 2018 at 10:01 PM, Dr. David Alan Gilbert wrote: > * Lidong Chen (jemmy858...@gmail.com) wrote: >> The destination qemu only poll the comp_channel->fd in >> qemu_rdma_wait_comp_channel. But when source qemu disconnnect >> the rdma connection, the destination qemu should be notified.

Re: [Qemu-devel] [PATCH v6 09/11] migration: poll the cm event for destination qemu

2018-08-17 Thread Dr. David Alan Gilbert
* Lidong Chen (jemmy858...@gmail.com) wrote: > The destination qemu only poll the comp_channel->fd in > qemu_rdma_wait_comp_channel. But when source qemu disconnnect > the rdma connection, the destination qemu should be notified. > > Signed-off-by: Lidong Chen OK, this could do with an update to

[Qemu-devel] [PATCH v6 09/11] migration: poll the cm event for destination qemu

2018-08-06 Thread Lidong Chen
The destination qemu only poll the comp_channel->fd in qemu_rdma_wait_comp_channel. But when source qemu disconnnect the rdma connection, the destination qemu should be notified. Signed-off-by: Lidong Chen --- migration/migration.c | 3 ++- migration/rdma.c | 32 +++