Re: [Qemu-devel] [PATCH v2 1/5] migration: disable RDMA WRITE after postcopy started

2018-04-26 Thread Dr. David Alan Gilbert
* Lidong Chen (jemmy858...@gmail.com) wrote: > RDMA WRITE operations are performed with no notification to the destination > qemu, then the destination qemu can not wakeup. This patch disable RDMA WRITE > after postcopy started. > > Signed-off-by: Lidong Chen

[Qemu-devel] [PATCH v2 1/5] migration: disable RDMA WRITE after postcopy started

2018-04-25 Thread Lidong Chen
RDMA WRITE operations are performed with no notification to the destination qemu, then the destination qemu can not wakeup. This patch disable RDMA WRITE after postcopy started. Signed-off-by: Lidong Chen --- migration/qemu-file.c | 8 ++-- migration/rdma.c |