Re: [Qemu-devel] [PATCH v6 01/11] migration: disable RDMA WRITE after postcopy started

2018-08-22 Thread Juan Quintela
Lidong Chen wrote: > From: 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 > Reviewed-by: Dr. David Alan Gilbert

[Qemu-devel] [PATCH v6 01/11] migration: disable RDMA WRITE after postcopy started

2018-08-06 Thread Lidong Chen
From: 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 Reviewed-by: Dr. David Alan Gilbert --- migration/qemu-file.c | 8 +++